immich/mobile/openapi/doc/ValidateLibraryImportPathResponseDto.md
Jason Rasmussen 40262c30cb
refactor(server): library service (#8050)
* refactor: library service

* chore: open api

* fix: checks
2024-03-18 16:59:53 -04:00

525 B
Generated

openapi.model.ValidateLibraryImportPathResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
importPath String
isValid bool [default to false]
message String [optional]

[Back to Model list] [Back to API list] [Back to README]