Skip to content

@waylis/core


@waylis/core / OptionsLimits

Interface: OptionsLimits

Defined in: src/message/types.ts:71

Limits for selecting multiple options.

Properties

maxAmount?

ts
optional maxAmount: number;

Defined in: src/message/types.ts:73


options

ts
options: Option[];

Defined in: src/message/types.ts:72

Released under the MIT License.