mirror of
https://github.com/tale/headplane.git
synced 2026-07-27 08:08:56 +00:00
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
export interface User {
|
|
id: string
|
|
name: string
|
|
createdAt: string
|
|
}
|