update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
This commit is contained in:
7
app/types/todo.d.ts
vendored
Normal file
7
app/types/todo.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export default interface Todo {
|
||||
id: string
|
||||
content: string
|
||||
isDone: boolean
|
||||
createdAt: date
|
||||
updatedAt: date
|
||||
}
|
Reference in New Issue
Block a user