diff --git a/README.md b/README.md index 35d4f45..d9fd15c 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ await client.apps.create( This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions: 1. Changes that only affect static types, without breaking runtime behavior. -2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_. +2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_ 3. Changes that we do not expect to impact the vast majority of users in practice. We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience. diff --git a/src/index.ts b/src/index.ts index b432075..26d4eea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,7 @@ const environments = { local: 'http://localhost:8000', }; type Environment = keyof typeof environments; + export interface ClientOptions { /** * Defaults to process.env['HONCHO_API_KEY'].