Interface IExternalResourceData

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

Hierarchy (view full)

Properties

contentLocation: string
hasServiceDescriptor: boolean
id: string
index: number
profile: string | any[]