Options
All
  • Public
  • Public/Protected
  • All
Menu

Module sdk-full/models/customer-track-activity

Index

Type aliases

CustomerTrackActivityInput: { id: string; message: object; type: string }

Type declaration

  • id: string

    UUID/GUID of the event.

  • message: object

    Arbitrary object representing the event payload.

  • type: string

    Event type (e.g. "PageView", "Purchase", etc).

OperationResultData: { isSuccess: boolean }

Type declaration

  • isSuccess: boolean

Generated using TypeDoc