Variable DBRequest_DBList
DBRequest_DBList: { create( base?: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: ...
; bigintValue?: ...
; boolValue?: ...
; bytesValue?: ...
; floatValue?: ...
; intValue?: ...
; listValue?: ...
; nullValue?: ...
; stringValue?: ...
; structValue?: ...
; timestampValue?: ...
; tokenValue?: ...
; }[]; }; }[]; pageSize?: number; }, ): DBRequest_DBList; decode(input: Uint8Array | Reader, length?: number): DBRequest_DBList; encode(message: DBRequest_DBList, writer?: Writer): Writer; fromJSON(object: any): DBRequest_DBList; fromPartial( object: { cursor?: string; entity?: string; filters?: { field?: string; op?: DBRequest_DBOperator; value?: { values?: { bigdecimalValue?: (...)
| (...)
; bigintValue?: (...)
| (...)
; boolValue?: (...)
| (...)
| (...)
; bytesValue?: (...)
| (...)
; floatValue?: (...)
| (...)
; intValue?: (...)
| (...)
; listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; floatValue?: number | undefined; bytesValue?: Uint8Array | undefined; ... 7 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined
; nullValue?: (...)
| (...)
; stringValue?: (...)
| (...)
; structValue?: (...)
| (...)
; timestampValue?: (...)
| (...)
; tokenValue?: (...)
| (...)
; }[]; }; }[]; pageSize?: number; }, ): DBRequest_DBList; toJSON(message: DBRequest_DBList): unknown;}