feat: collection model
This commit is contained in:
1
src/types/model.d.ts
vendored
1
src/types/model.d.ts
vendored
@@ -26,4 +26,5 @@ export interface ShareModelItem {
|
||||
name: string;
|
||||
userId: string;
|
||||
share: ModelSchema['share'];
|
||||
isCollection: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user