chore(server): remove unused property (#9521)
This commit is contained in:
@@ -7708,9 +7708,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"isVisible": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -10741,9 +10738,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"isVisible": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -442,7 +442,6 @@ export type LibraryResponseDto = {
|
||||
export type CreateLibraryDto = {
|
||||
exclusionPatterns?: string[];
|
||||
importPaths?: string[];
|
||||
isVisible?: boolean;
|
||||
name?: string;
|
||||
ownerId: string;
|
||||
"type": LibraryType;
|
||||
@@ -450,7 +449,6 @@ export type CreateLibraryDto = {
|
||||
export type UpdateLibraryDto = {
|
||||
exclusionPatterns?: string[];
|
||||
importPaths?: string[];
|
||||
isVisible?: boolean;
|
||||
name?: string;
|
||||
};
|
||||
export type ScanLibraryDto = {
|
||||
|
||||
Reference in New Issue
Block a user