Files
ui/playground/types/index.d.ts
2024-05-06 18:59:49 +02:00

7 lines
86 B
TypeScript

export interface User {
id: number
name: string
email: string
phone: string
}