Quota: {
    create(base?): Quota;
    decode(input, length?): Quota;
    encode(message, writer?): Writer;
    fromJSON(object): Quota;
    fromPartial(object): Quota;
    toJSON(message): unknown;
}

Type declaration

Generated using TypeDoc