Member Junction
    Preparing search index...
    interface PullOptions {
        createNewFileIfNotFound?: boolean;
        dryRun?: boolean;
        entity: string;
        exclude?: string[];
        filter?: string;
        include?: string[];
        incremental?: boolean;
        multiFile?: string;
        noValidate?: boolean;
        since?: string;
        targetDir?: string;
        updateExistingRecords?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

    createNewFileIfNotFound?: boolean
    dryRun?: boolean
    entity: string
    exclude?: string[]
    filter?: string
    include?: string[]
    incremental?: boolean
    multiFile?: string
    noValidate?: boolean
    since?: string
    targetDir?: string
    updateExistingRecords?: boolean
    verbose?: boolean