/** * make sure that all the keys are either relations / fields */ import { UltimateEntityObject } from "../../../../../types/ultimate-entity-object"; declare const _default: (body: any, ultimateEntity: UltimateEntityObject) => Promise<{ errors: { message: string; details: string; }[]; error: boolean; relations: string[]; }>; export default _default;