feat: share chat page
This commit is contained in:
6
src/types/model.d.ts
vendored
6
src/types/model.d.ts
vendored
@@ -33,3 +33,9 @@ export interface ShareModelItem {
|
||||
share: ModelSchema['share'];
|
||||
isCollection: boolean;
|
||||
}
|
||||
|
||||
export type ShareChatEditType = {
|
||||
name: string;
|
||||
password: string;
|
||||
maxContext: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user