feat(auth): finally better auth working as i wanted it to
This commit is contained in:
6
frontend/src/types/index.ts
Normal file
6
frontend/src/types/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type User = {
|
||||
id?: number;
|
||||
name?: string;
|
||||
username: string;
|
||||
password: string;
|
||||
};
|
||||
Reference in New Issue
Block a user