dydx-v4-web/src/constants/alerts.ts
James Jia - Test 4b86068d8f
Initial commit
2023-09-08 13:52:13 -07:00

7 lines
108 B
TypeScript

export enum AlertType {
Error = 'Error',
Info = 'Info',
Success = 'Success',
Warning = 'Warning',
}