mirror of
https://github.com/jakobkordez/ham-reserve.git
synced 2025-08-04 04:07:40 +00:00
Initial commit
This commit is contained in:
5
next-app/src/interfaces/user.interface.ts
Normal file
5
next-app/src/interfaces/user.interface.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
name: string;
|
||||
}
|
Reference in New Issue
Block a user