MappingFilter can be used to include or exclude specific paths.

interface TfvcMappingFilter {
    exclude?: boolean;
    serverPath?: string;
}

Properties

exclude?: boolean

True if ServerPath should be excluded.

serverPath?: string

Path to be included or excluded.