feat: Added verify account route, closes #28
This commit is contained in:
7
webv2/types/global.d.ts
vendored
7
webv2/types/global.d.ts
vendored
@@ -21,4 +21,11 @@ declare global {
|
||||
teamId: string,
|
||||
accessToken?: string
|
||||
}
|
||||
|
||||
interface IWhitelist {
|
||||
_id: string,
|
||||
uuid: string,
|
||||
connected: boolean,
|
||||
code: string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user