export interface EntitiesDrawerOptions {
    collectionSuspensionTime: number;
    collectionsNumber: number;
    collectionMaxSize: number;
}
