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