6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
![]() |
export interface Options {
|
||
|
fillBy?: 'group' | 'order';
|
||
|
groupBy?: string[];
|
||
|
orderBy?: string[];
|
||
|
}
|