Type Alias UpdateReleaseEntryParams

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