feat: sort list
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Task {
|
||||
id: string;
|
||||
name: string;
|
||||
reset_cron: string | null;
|
||||
created_at: Date;
|
||||
updated_at: Date;
|
||||
check_date: Date | null;
|
||||
previous_check_date: Date | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user