manifesto
    Preparing search index...

    Interface IExternalResourceData

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

    Hierarchy (View Summary)

    Index

    Properties

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