immich/mobile/openapi/doc/SystemConfigTemplateStorageOptionDto.md
Daniel Dietzler 521436dd21
feat(server): Add week numbers for templating (#4263)
* add week numbers as template option

* generate api

* fix tests

* change example date to show week padding

* change example date to immich birthday
2023-09-28 13:47:31 -04:00

904 B
Generated

openapi.model.SystemConfigTemplateStorageOptionDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
dayOptions List [default to const []]
hourOptions List [default to const []]
minuteOptions List [default to const []]
monthOptions List [default to const []]
presetOptions List [default to const []]
secondOptions List [default to const []]
weekOptions List [default to const []]
yearOptions List [default to const []]

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