Interface IRecipientTypeCollection

interface IRecipientTypeCollection {
    [key: string]: RecipientType;
}

Indexable

[key: string]: RecipientType

Generated using TypeDoc