(annotations: Annotations.Key<this["Type"]>)
| 184 | |
| 185 | annotate(annotations: Annotations.Bottom<this["Type"], this["~type.parameters"]>): this["Rebuild"] |
| 186 | annotateKey(annotations: Annotations.Key<this["Type"]>): this["Rebuild"] |
| 187 | check(...checks: readonly [SchemaAST.Check<this["Type"]>, ...Array<SchemaAST.Check<this["Type"]>>]): this["Rebuild"] |
| 188 | rebuild(ast: this["ast"]): this["Rebuild"] |
| 189 | /** |
no outgoing calls
no test coverage detected