Represents a workspace mapping.

interface BuildWorkspace {
    mappings?: MappingDetails[];
}

Properties

Properties

mappings?: MappingDetails[]