Type Alias RecordFetchOptions

RecordFetchOptions: {
    all_columns: string[];
    order_by_cols: string[];
    row_limit: number;
    server_page_length: number;
}