node-mailchimp
node-mailchimp copied to clipboard
Query type is not object in index.d.ts
Query type is defined like following in index.d.ts.
type Query = string;
When I tested it as a object, it works. But string type didn't work.