SerenityJS
    Preparing search index...

    Interface ResourcesProperties

    interface ResourcesProperties {
        mustAccept: boolean;
        path: null | string;
        resources: ResourceEntry[];
    }
    Index

    Properties

    mustAccept: boolean
    path: null | string
    resources: ResourceEntry[]