geoimport
    Preparing search index...

    Interface FilePath

    interface FilePath {
        all?: FilePath;
        local: string;
        real: string;
    }
    Index

    Properties

    Properties

    all?: FilePath
    local: string
    real: string