Interface SealedEmailAddressProps

interface SealedEmailAddressProps {
    alias?: string;
}

Hierarchy (view full)

Properties

Properties

alias?: string