Represents an entry in a workspace mapping.

interface MappingDetails {
    localPath?: string;
    mappingType?: string;
    serverPath?: string;
}

Properties

localPath?: string

The local path.

mappingType?: string

The mapping type.

serverPath?: string

The server path.