UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 257 B
import { Identity } from "../../identities"; import { PropertyValue } from "../PropertyValue"; export declare class IdentityPropertyValue extends PropertyValue { identities: Identity[]; constructor(identities: Identity[]); isEmpty(): boolean; }