Skip to content

ActivityPlug API / @activityplug/core / UpdateListInput

Interface: UpdateListInput

Defined in: packages/core/src/adapters/client-types.ts:707

Extends

Properties

exclusive?

readonly optional exclusive?: boolean

Defined in: packages/core/src/adapters/client-types.ts:704

Inherited from

CreateListInput.exclusive


id

readonly id: string

Defined in: packages/core/src/adapters/client-types.ts:708


repliesPolicy?

readonly optional repliesPolicy?: "list" | "none" | "followed"

Defined in: packages/core/src/adapters/client-types.ts:703

Inherited from

CreateListInput.repliesPolicy


session

readonly session: AuthSession

Defined in: packages/core/src/adapters/client-types.ts:701

Inherited from

CreateListInput.session


title

readonly title: string

Defined in: packages/core/src/adapters/client-types.ts:702

Inherited from

CreateListInput.title