| 81 | */ |
| 82 | // eslint-disable-next-line |
| 83 | export interface CastingContext extends InfoField {} |
| 84 | |
| 85 | export type CastingFunction = (value: string, context: InfoField) => unknown; |
| 86 |
nothing calls this directly
no outgoing calls
no test coverage detected