Variable InsertOrUpdateManyResponse

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

Type declaration

Generated using TypeDoc