import type { MandatoryProps } from './utils'; export type CancelPolicyRequestedData = MandatoryProps & { sale_id?: string; };