interface AppWithVersions {
    app: App;
    versions: AppVersion[];
}

Properties

Properties

app: App
versions: AppVersion[]