Type alias SelectiveProperty

SelectiveProperty: SelectiveShared & {
    @type: "SelectiveProperty";
    property: string;
    propertyType: string;
    value: any;
}

Type declaration

  • @type: "SelectiveProperty"
  • property: string
  • propertyType: string
  • value: any