mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00
Fix share page whisper auth (#1161)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
1
packages/global/support/user/team/type.d.ts
vendored
1
packages/global/support/user/team/type.d.ts
vendored
@@ -81,4 +81,5 @@ export type TeamTagItemType = {
|
||||
export type LafAccountType = {
|
||||
token: string;
|
||||
appid: string;
|
||||
pat: string;
|
||||
};
|
||||
|
@@ -18,6 +18,7 @@ export type BillSchemaType = {
|
||||
month?: number;
|
||||
datasetSize?: number;
|
||||
extraPoints?: number;
|
||||
invoice: boolean;
|
||||
};
|
||||
username: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user