Skip to content

Type Alias: Action

ts
type Action = z.infer<typeof ActionSchema>;

Defined in: models/action.ts:59