Type Alias UpdateReleaseEntryParamsInternal

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