| 34 | } |
| 35 | |
| 36 | export interface Options { |
| 37 | /** Explicit support for additional vendor-specific parameters, if needed. */ |
| 38 | readonly libraryOptions?: Record<string, unknown> | undefined; |
| 39 | } |
| 40 | |
| 41 | /** The result interface if validation fails. */ |
| 42 | export interface FailureResult { |
nothing calls this directly
no outgoing calls
no test coverage detected