Type Alias GetManyReleaseEntryParamsInternal

GetManyReleaseEntryParams: GetSpaceEnvironmentParams & {
    releaseId: string;
}