_helpers.ts 119 B

123
  1. import type { Spec } from "@json-render/core";
  2. export type Scene = { name: string; description: string; spec: Spec };