Files
gridpilot.gg/apps/website/lib/view-data/RecordEngagementInputViewData.ts
2026-01-23 15:30:23 +01:00

9 lines
174 B
TypeScript

/**
* Record engagement input view data
*/
export interface RecordEngagementInputViewData {
eventType: string;
userId?: string;
metadata?: Record<string, unknown>;
}