Skip to content

Variable: ToastLevelSchema

Makaio Framework


Makaio Framework / contracts/toast / ToastLevelSchema

const ToastLevelSchema: ZodEnum<{ error: "error"; info: "info"; success: "success"; warning: "warning"; }>

Defined in: ../../../packages/contracts/src/toast/schemas.ts:18

Toast notification levels. Defines the severity/priority of a toast notification.