Type Alias EnumValue

EnumValue: Message<"moddef.v1.EnumValue"> & {
    description: string;
    name: string;
    value: bigint;
}

Type declaration

  • description: string

    from field: string description = 3;

  • name: string

    from field: string name = 2;

  • value: bigint

    from field: int64 value = 1;

from message moddef.v1.EnumValue