UNPKG

@open-wa/wa-automate-types-only

Version:

Types generated from the @open-wa/wa-automate package

10 lines (9 loc) 263 B
import { AnyFlag } from "meow"; import { Merge } from "type-fest"; export declare const optionList: Merge<Merge<{ name?: string; description?: string; typeLabel?: string; }, AnyFlag>, { type?: typeof Boolean | typeof Number | typeof String; }>[];