Type Alias CreateWithIdReleaseEntryParams

CreateWithIdReleaseEntryParams: GetSpaceEnvironmentParams & {
    contentTypeId: string;
    entryId: string;
    releaseId: string;
}