node-mailchimp icon indicating copy to clipboard operation
node-mailchimp copied to clipboard

Query type is not object in index.d.ts

Open dennis-zent opened this issue 5 years ago • 0 comments

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.

dennis-zent avatar Mar 13 '20 08:03 dennis-zent