headplane/app/types/User.ts

6 lines
71 B
TypeScript
Raw Normal View History

export interface User {
id: string
name: string
createdAt: string
2024-03-25 18:47:15 -04:00
}