© 2026 Hedgehog Software, LLC
// here ---v export interface PropertySignature extends Annotated { readonly name: PropertyKey readonly type: AST readonly isOptional: boolean readonly isReadonly: boolean }