export interface SurfaceSize { height: string; width?: string; } export interface SurfacePosition { bottom: string; left?: string; right?: string; }