UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

8 lines (7 loc) 266 B
export interface IDatastoreColumnDetails { column_name: string; data_type: string; table_id?: string; } export declare let sourceId: string; export declare function getData(options?: Record<string, string | undefined>): Promise<Record<string, unknown>>;