Type Alias WriteConstraints
WriteConstraints: Message<"moddef.v1.WriteConstraints"> & { allowedValues: bigint[]; cooldownMs: number; maxValue?: Rational; minValue?: Rational; safetyNote: string; step?: Rational;} Type declaration
allowedValues: bigint[]
cooldownMs: number
OptionalmaxValue?: Rational
OptionalminValue?: Rational
safetyNote: string
Generated
from field: repeated int64 allowed_values = 4;