Type Alias GetReleaseEntryParams

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