Variable: ToastLevelSchema
Makaio Framework / contracts/toast / ToastLevelSchema
Variable: ToastLevelSchema
Section titled “Variable: ToastLevelSchema”
constToastLevelSchema: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.