CuratedMailinglistDto

Type Alias: CuratedMailinglistDto

[object Object]

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

Represents a curated mailing list together with its live-resolved display name and whether the underlying provider list still exists.

Properties

id?

optional id?: number

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

The curation record's own identifier.


name?

optional name?: string | null

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

The list's current display name at the provider, or null if it's orphaned.


orphaned?

optional orphaned?: boolean

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

Whether the curated provider list no longer exists at the provider.


providerListId?

optional providerListId?: string

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

The mail subscription provider's identifier for the list.


visibility?

optional visibility?: MailinglistVisibility

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

On this page