/** * @example * { * isPrimary: true * } */ export interface UserGetLatestInsuranceRequest { isPrimary?: boolean; }