refactor: format
This commit is contained in:
@@ -41,8 +41,8 @@ export interface TaskUpdateData {
|
||||
}
|
||||
|
||||
export interface Alert {
|
||||
message: string
|
||||
type: 'info' | 'success' | 'warning' | 'error'
|
||||
created: Date
|
||||
seconds: number
|
||||
message: string;
|
||||
type: "info" | "success" | "warning" | "error";
|
||||
created: Date;
|
||||
seconds: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user