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

Type declaration

Generated using TypeDoc