api client refactor
This commit is contained in:
7
apps/website/lib/dtos/RecordPageViewOutputDto.ts
Normal file
7
apps/website/lib/dtos/RecordPageViewOutputDto.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Record page view output data transfer object
|
||||
* Output from recording a page view
|
||||
*/
|
||||
export interface RecordPageViewOutputDto {
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user