headplane/app/types/User.ts
2025-01-06 08:19:40 +05:30

6 lines
74 B
TypeScript

export interface User {
id: string;
name: string;
createdAt: string;
}