Interface GetResponseData

Response data containing masked email information returned from making a standard get call

interface GetResponseData {
    accountId: string;
    list: MaskedEmail[];
    notFound: string[];
    state: string;
}

Properties

accountId: string
list: MaskedEmail[]
notFound: string[]
state: string