IntegrationDeleteEntry

class IntegrationDeleteEntry()

Audit log entry for an integration deletion action.

exported from lib.weeble.d

Extends:

Properties

IntegrationDeleteEntry.actionType

type: readonly 82

The type of action this entry represents.

IntegrationDeleteEntry.changes

type: readonly { enableEmoticons?: IActionChangeOldValue<boolean>; expireBehavior: IActionChangeOldValue<number>; expireGracePeriod: IActionChangeOldValue<number>; name: IActionChangeOldValue<string>; type: IActionChangeOldValue<”twitch” | “youtube”>; }

Raw changes object (use subclass for typed access).