view data fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Base interface for ViewData objects
|
||||
*
|
||||
*
|
||||
* All ViewData must be JSON-serializable.
|
||||
* This type ensures no class instances or functions are included.
|
||||
*/
|
||||
@@ -10,7 +10,7 @@ export interface ViewData {
|
||||
|
||||
/**
|
||||
* Helper type to ensure a type is ViewData-compatible
|
||||
*
|
||||
*
|
||||
* Usage:
|
||||
* ```typescript
|
||||
* type MyViewData = ViewData & {
|
||||
|
||||
Reference in New Issue
Block a user