(input: null, options?: Schema.MakeOptions)
| 52 | */ |
| 53 | export interface DefectSchema extends Schema.Top { |
| 54 | make(input: null, options?: Schema.MakeOptions): unknown |
| 55 | make(input: undefined, options?: Schema.MakeOptions): unknown |
| 56 | make(input: {}, options?: Schema.MakeOptions): unknown |
| 57 | readonly DecodingServices: never |
no outgoing calls
no test coverage detected