Interface EventDetail

The event data.

Hierarchy

  • EventDetail

Properties

Properties

actor: {
    email: string;
    id: string;
    user_roles: string[];
}

Type declaration

  • email: string
  • id: string
  • user_roles: string[]
context: {
    action: string;
    entity: string;
    id?: string;
    subtype?: string;
    tenant: string;
    type: EventTriggerSource;
}

Type declaration

  • action: string
  • entity: string
  • Optional id?: string
  • Optional subtype?: string
  • tenant: string
  • type: EventTriggerSource
data: unknown
item: unknown

Generated using TypeDoc