import { Moon } from "cesium"; import { expectType, TypeEqual } from "ts-expect"; import { it } from "vitest"; import { UnusedCesiumProps } from "../core"; import { MoonProps } from "./Moon"; // Unused prop check type UnusedProps = UnusedCesiumProps; type IgnoredProps = "ellipsoid"; expectType>(true); it("should be compiled", () => {});