view data fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Record engagement input view data
|
||||
*/
|
||||
export interface RecordEngagementInputViewData {
|
||||
eventType: string;
|
||||
userId?: string;
|
||||
metadata?: Record<string, unknown>;
|
||||
}
|
||||
Reference in New Issue
Block a user