Interface ProjectionOptions

interface ProjectionOptions {
    includeExternals?: boolean;
}

Properties

includeExternals?: boolean