Prerequisites
Put an X between the brackets on this line if you have done all of the following:
Description
Steps to Reproduce
import * as mindee from 'mindee';
import { StringField } from 'mindee';
mindee......StringFieldorStringField` are not available
-
We want to check dynamically whether the propery is of type StringField, NumberField or LineItems, etc. but they are not exported from the package currently
Expected behavior:
StringField and other field types to be available for import
Actual behavior:
StringField and other field types are not available for import
Reproduces how often:
Versions
latest
Additional Information
Prerequisites
Put an X between the brackets on this line if you have done all of the following:
Description
Steps to Reproduce
import * as mindee from 'mindee';import { StringField } from 'mindee';mindee......StringFieldorStringField` are not availableWe want to check dynamically whether the propery is of type
StringField,NumberFieldorLineItems, etc. but they are not exported from the package currentlyExpected behavior:
StringFieldand other field types to be available for importActual behavior:
StringFieldand other field types are not available for importReproduces how often:
Versions
latest
Additional Information