diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 882a8df47da..29cdd0cf4c8 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -21,6 +21,8 @@ export interface ScriptableContext { dataIndex: number; dataset: UnionToIntersection>; datasetIndex: number; + type: string; + mode: string; parsed: UnionToIntersection>; raw: unknown; }