export type UpdateUltimateEntityDocumentRequestBody = { [key: string]: string; } & { id: undefined; created_at: undefined; updated_at: undefined; };