Interface iAddressListEditKey<T>

interface iAddressListEditKey<T> {
    expirationDate: T;
    key: string;
    mustSignIn?: boolean;
}

Type Parameters

Properties

expirationDate: T

The expiration date of the key (milliseconds since epoch)

key: string

The key that can be used to edit the address list

mustSignIn?: boolean

True if the user can only add their signed in address to the list