Interface GetTableDataParams

Source
interface GetTableDataParams {
    limit?: number;
    offset?: number;
    tableName: string;
    workspace?: string;
}

Properties§

§limit?: number
§offset?: number
§tableName: string
§workspace?: string