mirror of
https://github.com/jakobkordez/ham-reserve.git
synced 2025-08-03 19:57:42 +00:00
6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
export interface User {
|
|
id: string;
|
|
username: string;
|
|
name: string;
|
|
}
|