export interface IExternalResourceData {
    hasServiceDescriptor: boolean;
    id: string;
    index: number;
    profile: string | any[];
}
