MailinglistDto

Type Alias: MailinglistDto

[object Object]

Defined in: api/types.gen.ts:776

Represents a single mailing list as known by the mail subscription provider.

Properties

id?

optional id?: string

Defined in: api/types.gen.ts:780

The provider's own identifier for the list (e.g. a Mailchimp interest ID).


name?

optional name?: string

Defined in: api/types.gen.ts:784

The human-readable name of the list.

On this page