
export interface Quadrant {
    vertical?: string;
    horizontal?: string;
}
