Helia
    Preparing search index...

    Interface FileCandidate<T>

    interface FileCandidate<T extends ImportContent = ImportContent> {
        content: T;
        mode?: number;
        mtime?: Mtime;
        path: string;
    }

    Type Parameters

    Index

    Properties

    content: T
    mode?: number
    mtime?: Mtime
    path: string