Open jjones-gtf opened 2 months ago
This merged Commit #182 following this Issue #181 introduced a type issue, where IRequestOptions now accepts pagination and trace request options. But, these values are not actually used. The values are instead required on the global options.
IRequestOptions
pagination
trace
This merged Commit #182 following this Issue #181 introduced a type issue, where
IRequestOptions
now acceptspagination
andtrace
request options. But, these values are not actually used. The values are instead required on the global options.