mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-02-01 18:20:17 +01:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export declare const getFieldsFromData: (data: TableData<Result>) => {
|
|
key: string;
|
|
}[];
|
|
export declare const defaultFields: string[];
|