Interface ChangelogControllerGetLatestResponse

interface ChangelogControllerGetLatestResponse {
    application: string[];
    general: string[];
}

Properties

Properties

application: string[]
general: string[]