Skip to content

ActivityPlug API / @activityplug/mastodon-base / MastodonNotificationResponse

Interface: MastodonNotificationResponse

Defined in: types.ts:207

Properties

account?

readonly optional account?: MastodonAccountResponse

Defined in: types.ts:211


created_at?

readonly optional created_at?: string

Defined in: types.ts:210


id?

readonly optional id?: string

Defined in: types.ts:208


status?

readonly optional status?: MastodonStatusResponse | null

Defined in: types.ts:212


type?

readonly optional type?: string

Defined in: types.ts:209