mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00

Co-authored-by: Mufei <327958099@qq.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export type GetWXLoginQRResponse = {
|
|
code: string;
|
|
codeUrl: string;
|
|
};
|