StatusType
ts
type StatusType = typeof STATUS_TYPES[keyof typeof STATUS_TYPES];Defined in: types/toast/toast.types.ts:23
Represents all possible status values defined in STATUS_TYPES. This type can be used for variables, function parameters, or component inputs that should only accept one of the predefined status values.
Since
1.2.1
Author
Simon Kovtyk