Skip to content

[Request] Expose StringField and other field types for import #276

@roman-supy-io

Description

@roman-supy-io

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

  1. import * as mindee from 'mindee';
  2. import { StringField } from 'mindee';
  3. 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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions