api client refactor
This commit is contained in:
9
apps/website/lib/dtos/RecordPageViewInputDto.ts
Normal file
9
apps/website/lib/dtos/RecordPageViewInputDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Record page view input data transfer object
|
||||
* Input for recording a page view event
|
||||
*/
|
||||
export interface RecordPageViewInputDto {
|
||||
path: string;
|
||||
userId?: string;
|
||||
sessionId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user