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?
optionalid?:number
Defined in: api/types.gen.ts:315
The curation record's own identifier.
name?
optionalname?: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?
optionalorphaned?:boolean
Defined in: api/types.gen.ts:328
Whether the curated provider list no longer exists at the provider.
providerListId?
optionalproviderListId?:string
Defined in: api/types.gen.ts:319
The mail subscription provider's identifier for the list.
visibility?
optionalvisibility?:MailinglistVisibility
Defined in: api/types.gen.ts:324