corso-angular-2025/demo/src/app/progress-bar/status.ts

2 lines
116 B
TypeScript

export type statusType = "CRITICAL" | "ATTENTION" | "OK"
export type statusClass = "danger" | "warning" | "success"