Type Alias: Action
type Action = typeof Action[keyof typeof Action];
Defined in: src/models/enums.ts:14
Union type of all possible action values.
type Action = typeof Action[keyof typeof Action];
Defined in: src/models/enums.ts:14
Union type of all possible action values.