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

Type declaration

Generated using TypeDoc