mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
d1ea6a897e
* chore(server): tidy up exif typeorm entity definition * chore(server): tidy up shared link typeorm entity definition * chore(server): tidy up smart info typeorm entity definition * chore(server): tidy up tag typeorm entity definition * ci: add job that checks typeorm migrations are correct and up-to-date
17 lines
521 B
Markdown
Generated
17 lines
521 B
Markdown
Generated
# openapi.model.SmartInfoResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**tags** | **List<String>** | | [optional] [default to const []]
|
|
**objects** | **List<String>** | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|