godaddy/terminus

Missing typing information for headers

ste2425 opened this issue ยท 3 comments

The brilliant headers work added in #198 sadly forgot to update the typing's information for the TerminusOptions interface.

We can work around this locally by extending the interface (kudos for making it publicly available ๐Ÿ‘).

interface TerminusOptionsWithHeaders extends TerminusOptions {
    headers?: { [key: string]: string };
}

Ideally the typing's should be updated however.

Thanks for opening the issue Stephen! Any chance you could submit a PR adding it?

@gergelyke Beat you to it, already done :) #200

๐ŸŽ‰ This issue has been resolved in version 4.10.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€