This commit is contained in:
Jonathan Jogenfors
2024-03-16 00:38:36 +01:00
parent e26f8b45e0
commit 5ae4fb8b81
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ export type ValidateLibraryDto = {
};
export type ValidateLibraryImportPathResponseDto = {
importPath: string;
isValid?: boolean;
isValid: boolean;
message?: string;
};
export type ValidateLibraryResponseDto = {