mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 13:48:07 +08:00
fix typescript error
This commit is contained in:
@@ -7,3 +7,5 @@ export interface RequestMessage {
|
||||
role: MessageRole;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export type DalleSize = "1024x1024" | "1792x1024" | "1024x1792";
|
||||
|
Reference in New Issue
Block a user