Interface IRemoteIdentity

interface IRemoteIdentity {
    displayName: string;
    phoneNumber: string;
}

Properties

displayName: string
phoneNumber: string

Generated using TypeDoc