Interface IThreepid

interface IThreepid {
    added_at: number;
    address: string;
    bound?: boolean;
    medium: ThreepidMedium;
    validated_at: number;
}

Properties

added_at: number
address: string
bound?: boolean
validated_at: number