1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-25 09:01:22 +02:00
immich/mobile/openapi/doc/UsageByUserDto.md
Alex 41ffa0c015
fix(server): Server freezes when getting statistic (#994)
* fix(server): Server freezes when getting statistic
* remove dead code
2022-11-20 13:09:31 -06:00

522 B

openapi.model.UsageByUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
userId String
videos int
photos int
usageRaw int
usage String

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