-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem or exposed a new need
- Checked the github existing issues
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
ctjhoa
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request