© 2026 Hedgehog Software, LLC
const S = scope({ foo: { a: number } bar: { foo: foo } }) export interface Foo = ??? export interface Bar = ??? // should be { foo: Foo }