© 2026 Hedgehog Software, LLC
const x = ["a", "b", "c"] as const; const myType = type({ "optional?": type("===", ...x), });
Only required keys may specify default values
===