import { RecordPartial } from '../../types' export function getRecordPartialObject(): RecordPartial { return Object.create(null) }