export interface IQuadrant {
    top: boolean;
    right: boolean;
}
