You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type DictionaryValidationRecordErrorDetails is not exported in lectern-client distribution.
Expected Behaviour
In order to explore the resulting validation errors it's required to access the type DictionaryValidationRecordErrorDetails from lectern-client package
e.g.
import { DictionaryValidationRecordErrorDetails } from '@overture-stack/lectern-client';
Actual Behaviour
Can not import DictionaryValidationRecordErrorDetails from @overture-stack/lectern-client
The text was updated successfully, but these errors were encountered:
Description
type
DictionaryValidationRecordErrorDetails
is not exported inlectern-client
distribution.Expected Behaviour
In order to explore the resulting validation errors it's required to access the type
DictionaryValidationRecordErrorDetails
fromlectern-client
packagee.g.
Actual Behaviour
Can not import
DictionaryValidationRecordErrorDetails
from@overture-stack/lectern-client
The text was updated successfully, but these errors were encountered: