diff --git a/projects/common/src/fm/enumerations/alert.enum.ts b/projects/common/src/fm/enumerations/alert.enum.ts new file mode 100644 index 0000000..394efd0 --- /dev/null +++ b/projects/common/src/fm/enumerations/alert.enum.ts @@ -0,0 +1,5 @@ +export enum Alert { + Danger = "danger", + Warning = "warning", + Success = "success" + } \ No newline at end of file