import { CIPCheck } from '../CIPCheck' export class CIPCheckResponse { data: CIPCheck included: any[] }