Skip to main content

Interface: TypeCheckErrorData

Properties​

actualValue​

actualValue: any;

expectedTypeName​

expectedTypeName: string;

modelTrail?​

optional modelTrail?: readonly string[];

path​

path: Path;

Path relative to the value being type checked.


typeCheckedValue?​

optional typeCheckedValue?: any;