import { CbteTipo } from './CbteTipo';
export interface ResultGet10 {
    CbteTipo?: Array<CbteTipo>;
}
