src/lib/openapi/responses/changelog-controller-get-version.response.ts
Properties |
| application |
application:
|
Type : Array<string>
|
| general |
general:
|
Type : Array<string>
|
export interface ChangelogControllerGetVersionResponse {
general: Array<string>;
application: Array<string>;
}