view data fixes
This commit is contained in:
@@ -4,7 +4,9 @@ import type { RecordEngagementOutputDTO } from '@/lib/types/generated/RecordEnga
|
||||
* Record engagement output view model
|
||||
* Represents the result of recording an engagement event for UI consumption
|
||||
*/
|
||||
export class RecordEngagementOutputViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class RecordEngagementOutputViewModel extends ViewModel {
|
||||
eventId: string;
|
||||
engagementWeight: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user