SerenityJS
    Preparing search index...

    Interface ResourcesProperties

    interface ResourcesProperties {
        chunkDownloadTimeout: number;
        chunkMaxSize: number;
        mustAccept: boolean;
        path?: string;
        resources?: ResourceEntry[];
    }
    Index

    Properties

    chunkDownloadTimeout: number
    chunkMaxSize: number
    mustAccept: boolean
    path?: string
    resources?: ResourceEntry[]