import { FecaeDetResponse } from './FecaeDetResponse';
export interface FeDetResp {
    FECAEDetResponse?: Array<FecaeDetResponse>;
}
