6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
![]() |
export interface Options {
|
||
|
startRowIndex?: number;
|
||
|
endRowIndex?: number;
|
||
|
fields?: string[];
|
||
|
}
|