file-collection
    Preparing search index...

    Interface Source

    interface Source {
        baseURL?: string;
        entries: SourceItem[];
    }
    Index

    Properties

    Properties

    baseURL?: string
    entries: SourceItem[]