patch: fix schemas

This commit is contained in:
Николай Вигдоров
2025-05-05 16:23:49 +03:00
parent 6546225e4f
commit 1526e52d60
4 changed files with 37 additions and 10 deletions

View File

@ -68,3 +68,8 @@ export class StorageCreateRequest implements StorageCreate {
@ApiProperty()
storageName: string;
}
export class StorageUpdateRequest {
@ApiProperty()
data: object;
}