export interface CreateWarrantyResponse { contCode: string; productReference: string; salesDate: string; result: boolean; contId: number; contPrdId: number; errors: string[] | null; }