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
Hi!
Right now if we want to use the input types directly, we have to import them from dist like import { GroupSubscriberData } from 'mailerlite-api-v2-node/dist/@types';.
It would be nice if we could import them directly from the root.
Happy to push a PR I just wanted your input before doing so.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Right now if we want to use the input types directly, we have to import them from
dist
likeimport { GroupSubscriberData } from 'mailerlite-api-v2-node/dist/@types';
.It would be nice if we could import them directly from the root.
Happy to push a PR I just wanted your input before doing so.
Thanks!
The text was updated successfully, but these errors were encountered: