UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 232 B
import { Guid } from "@omnia/fx-models"; import { PropertyValue } from "../PropertyValue"; export declare class BusinessProfilePropertyValue extends PropertyValue { id: Guid; constructor(id: Guid); isEmpty(): boolean; }