IntegrationCreateEntry

class IntegrationCreateEntry()

Audit log entry for an integration creation action.

exported from lib.weeble.d

Extends:

Properties

IntegrationCreateEntry.actionType

type: readonly 80

The type of action this entry represents.

IntegrationCreateEntry.changes

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

Raw changes object (use subclass for typed access).