mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(server): remove unused property (#9521)
This commit is contained in:
parent
581b467b4b
commit
73bf8f343a
18 changed files with 19 additions and 131 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue