Variable DeleteManyResponse

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

Type declaration

Generated using TypeDoc