first commit
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
declare module '#auth-utils' {
|
||||
interface User {
|
||||
id: number
|
||||
login: string
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user