export interface CargoSurety { name: string; id: string; value: string; }