Skip to content

Commit b5c69db

Browse files
committed
Update typings with new window ops.
1 parent 95720f9 commit b5c69db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vega-typings/types/spec/transform.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@ export type WindowOnlyOp =
314314
| 'lead'
315315
| 'first_value'
316316
| 'last_value'
317-
| 'nth_value';
317+
| 'nth_value'
318+
| 'prev_value'
319+
| 'next_value';
318320

319321
export interface WindowTransform {
320322
type: 'window';

0 commit comments

Comments
 (0)