api client refactor
This commit is contained in:
10
apps/website/lib/dtos/RecordEngagementInputDto.ts
Normal file
10
apps/website/lib/dtos/RecordEngagementInputDto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Record engagement input data transfer object
|
||||
* Input for recording an engagement event
|
||||
*/
|
||||
export interface RecordEngagementInputDto {
|
||||
eventType: string;
|
||||
eventData?: Record<string, unknown>;
|
||||
userId?: string;
|
||||
sessionId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user