Type Alias GetAppInstallationParams

GetAppInstallationParams: GetSpaceEnvironmentParams & {
    appDefinitionId: string;
}