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
Right now, types must be imported from import { Query } from '../../node_modules/soql-parser-js/dist/models/SoqlQuery.model'; when they should be available from index.ts
The text was updated successfully, but these errors were encountered:
Description
Right now, types must be imported from
import { Query } from '../../node_modules/soql-parser-js/dist/models/SoqlQuery.model';
when they should be available fromindex.ts
The text was updated successfully, but these errors were encountered: