| 43 | }; |
| 44 | |
| 45 | export interface CustomAttributeTypeInterface { |
| 46 | transform?(value: any, config: Config): Scalar; |
| 47 | validate?(value: any, config: Config, name: string): ValidationError[]; |
| 48 | } |
| 49 | |
| 50 | export interface CustomAttributeType { |
| 51 | new (): CustomAttributeTypeInterface; |
no outgoing calls
no test coverage detected
searching dependent graphs…