From 299aa1d331ac6eac98c18bb74a679ea302ee69fe Mon Sep 17 00:00:00 2001 From: rachwalk Date: Thu, 5 Oct 2023 16:03:16 +0200 Subject: [PATCH] Add Time type to exports for typescript types --- schemas/typescript/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/typescript/index.ts b/schemas/typescript/index.ts index 17d8755..d730afd 100644 --- a/schemas/typescript/index.ts +++ b/schemas/typescript/index.ts @@ -39,6 +39,7 @@ export * from "./SceneUpdate"; export * from "./SpherePrimitive"; export * from "./TextAnnotation"; export * from "./TextPrimitive"; +export * from "./Time"; export * from "./TriangleListPrimitive"; export * from "./Vector2"; export * from "./Vector3";