feat: toasts
This commit is contained in:
@@ -39,3 +39,10 @@ export interface TaskUpdateData {
|
||||
check_date?: string | null;
|
||||
previous_check_date?: string | null;
|
||||
}
|
||||
|
||||
export interface Alert {
|
||||
message: string
|
||||
type: 'info' | 'success' | 'warning' | 'error'
|
||||
created: Date
|
||||
seconds: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user