Type Alias CreateReleaseEntryParams

CreateReleaseEntryParams: GetSpaceEnvironmentParams & {
    contentTypeId: string;
    releaseId: string;
}