Type Alias PatchReleaseEntryParams

PatchReleaseEntryParams: GetSpaceEnvironmentParams & {
    entryId: string;
    releaseId: string;
    version: number;
}