website refactor
This commit is contained in:
@@ -19,8 +19,8 @@ import type { JsonValue, JsonObject } from '../types/primitives';
|
||||
* All ViewData must be JSON-serializable.
|
||||
* This type ensures no class instances or functions are included.
|
||||
*/
|
||||
export interface ViewData extends JsonObject {
|
||||
[key: string]: JsonValue;
|
||||
export interface ViewData {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user