Type Alias GetReleaseEntryParamsInternal

GetReleaseEntryParams: GetSpaceEnvironmentParams & {
    entryId: string;
    releaseId: string;
}