mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 23:12:32 -04:00
open-api
This commit is contained in:
@@ -492,7 +492,7 @@ export type ValidateLibraryDto = {
|
||||
};
|
||||
export type ValidateLibraryImportPathResponseDto = {
|
||||
importPath: string;
|
||||
isValid?: boolean;
|
||||
isValid: boolean;
|
||||
message?: string;
|
||||
};
|
||||
export type ValidateLibraryResponseDto = {
|
||||
|
||||
Reference in New Issue
Block a user