mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03:00
Fixed openapi generation command for mobile
This commit is contained in:
@@ -31,8 +31,18 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// UsagePerUser diskUsagesByUser
|
||||
test('to test the property `diskUsagesByUser`', () async {
|
||||
// int usageRaw
|
||||
test('to test the property `usageRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String usage
|
||||
test('to test the property `usage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<UsageByUserDto> usageByUser (default value: const [])
|
||||
test('to test the property `usageByUser`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user