MatchingModel <S>
Index
Constructors
Methods
Constructors
constructor
Type parameters
- S: object
Parameters
actual: AModel<S, any>
optionalschemaTranslator: (synth: any) => S
Returns MatchingModel<S>
Methods
getActual
Returns AModel<Record<never, never>, any>
getSchemaInstance
Returns S
hasSchemaTranslator
Returns boolean
Types