view data fixes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Record page view input view data
|
||||
*/
|
||||
export interface RecordPageViewInputViewData {
|
||||
path: string;
|
||||
userId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user