Variable ListCollectionsResponse

ListCollectionsResponse: {
    create<I>(base?: I): ListCollectionsResponse;
    decode(input: Uint8Array | Reader, length?: number): ListCollectionsResponse;
    encode(message: ListCollectionsResponse, writer?: Writer): Writer;
    fromJSON(object: any): ListCollectionsResponse;
    fromPartial<I>(object: I): ListCollectionsResponse;
    toJSON(message: ListCollectionsResponse): unknown;
}

Type declaration

Generated using TypeDoc