(this: Schema.Top, annotations: Schema.Annotations.Annotations)
| 52 | return Pipeable.pipeArguments(this, arguments) |
| 53 | }, |
| 54 | annotate(this: Schema.Top, annotations: Schema.Annotations.Annotations) { |
| 55 | return this.rebuild(SchemaAST.annotate(this.ast, annotations)) |
| 56 | }, |
| 57 | annotateKey(this: Schema.Top, annotations: Schema.Annotations.Key<unknown>) { |
| 58 | return this.rebuild(SchemaAST.annotateKey(this.ast, annotations)) |
| 59 | }, |