Skip to content

Commit

Permalink
fix: remove irrelevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Nov 6, 2024
1 parent 855fc51 commit 36be354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ export type TrackParams = {
timestamp?: Date;
} & IdentityOptions;

export type TrackMessage<PropertiesType> = Omit<TrackParams, 'event' | 'properties'> & {
event?: string;
properties: PropertiesType;
} & Record<string, any>;

export type GroupParams = {
groupId: string;
context?: apiObject;
Expand Down

0 comments on commit 36be354

Please sign in to comment.