Type Alias: CustomEventRequest
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / CustomEventRequest
Type Alias: CustomEventRequest
type CustomEventRequest: {
context: null | Record<string, string | number | boolean>;
event_data: Record<string, string | number | boolean>;
event_name: string;
timestamp: string | number;
user: {
pubKey: string;
} & Record<string, string | number | boolean>;
};Custom event request type
Type declaration
Name
Type
context?
null | Record<string, string | number | boolean>
event_data
Record<string, string | number | boolean>
event_name
string
timestamp
string | number
user
{ pubKey: string; } & Record<string, string | number | boolean>
Defined in
Last updated