UNPKG

@datocms/cma-client

Version:
10 lines 333 B
import * as Utils from '@datocms/rest-client-utils'; import { Item } from './generated/resources'; export function buildBlockRecord(body) { return Utils.serializeRequestBody(body, { type: Item.TYPE, attributes: '*', relationships: ['item_type'], }).data; } //# sourceMappingURL=buildBlockRecord.js.map