mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 05:23:34 -07:00
refactor(frontend): ♻️ update API folder structure
This commit is contained in:
parent
9b79b82c4d
commit
a94b9d504f
25 changed files with 83 additions and 36 deletions
8
frontend/api/types/server-task.ts
Normal file
8
frontend/api/types/server-task.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface ServerTask {
|
||||
id: number;
|
||||
groupId: number;
|
||||
callback: string;
|
||||
createdAt: string;
|
||||
status: string;
|
||||
log: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue