This commit is contained in:
7
shared/types/auth.d.ts
vendored
Normal file
7
shared/types/auth.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module '#auth-utils' {
|
||||
interface User {
|
||||
id: number
|
||||
login: string
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user