(
annotations: Annotations.Schema<Simplify<TypeLiteral.Type<Fields, Records>>>
)
| 2875 | | IndexSignature.Context<Records> |
| 2876 | >(ast) { |
| 2877 | static override annotations( |
| 2878 | annotations: Annotations.Schema<Simplify<TypeLiteral.Type<Fields, Records>>> |
| 2879 | ): TypeLiteral<Fields, Records> { |
| 2880 | return makeTypeLiteralClass(this.fields, this.records, mergeSchemaAnnotations(this.ast, annotations)) |
| 2881 | } |
| 2882 | |
| 2883 | static fields = { ...fields } |
| 2884 |
nothing calls this directly
no test coverage detected