Type alias SelectivePropertyList

SelectivePropertyList: SelectiveShared & {
    @type: "SelectiveNodePropertyList";
    properties: string[];
}

Type declaration

  • @type: "SelectiveNodePropertyList"
  • properties: string[]