mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
v4.6.2-alpah (#511)
This commit is contained in:
5
packages/global/support/user/api.d.ts
vendored
5
packages/global/support/user/api.d.ts
vendored
@@ -13,3 +13,8 @@ export type OauthLoginProps = {
|
||||
inviterId?: string;
|
||||
tmbId?: string;
|
||||
};
|
||||
|
||||
export type FastLoginProps = {
|
||||
token: string;
|
||||
code: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user