ContentRestrictionAddOrUpdateArray: {
    _links?: GenericLinks;
    limit?: number;
    restrictionsHash?: string;
    results: ContentRestrictionUpdate[];
    size?: number;
    start?: number;
} & {
    [key: string]: unknown;
} | ContentRestrictionUpdate[]