export interface Options { fillBy?: 'group' | 'order'; groupBy?: string[]; orderBy?: string[]; }