| 51 | * @since 4.0.0 |
| 52 | */ |
| 53 | export class CodegenConfig extends Schema.Class<CodegenConfig>("CodegenConfig")({ |
| 54 | spec: Schema.Union([Schema.String, SpecSourceConfig]), |
| 55 | output: Schema.String, |
| 56 | name: Schema.optional(Schema.String), |
nothing calls this directly
no outgoing calls
no test coverage detected