mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
playground: migrate to nuxt compatibility 4
This commit is contained in:
6
playground/app/types/index.d.ts
vendored
Normal file
6
playground/app/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface User {
|
||||
id: number
|
||||
name: string
|
||||
email: string
|
||||
phone: string
|
||||
}
|
||||
Reference in New Issue
Block a user