Type Alias GetAppBundleParams

GetAppBundleParams: GetAppDefinitionParams & {
    appBundleId: string;
}