.
This commit is contained in:
23
src/app/services/api/model/read-sound-dto.ts
Normal file
23
src/app/services/api/model/read-sound-dto.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* PyroFetes
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
export interface ReadSoundDto {
|
||||
id?: number | null;
|
||||
name?: string | null;
|
||||
type?: string | null;
|
||||
artist?: string | null;
|
||||
duration?: string | null;
|
||||
kind?: string | null;
|
||||
format?: string | null;
|
||||
creationDate?: string | null;
|
||||
soundCategoryId?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user