diff --git a/src/hyphen.ts b/src/hyphen.ts index e517d70..c407faa 100644 --- a/src/hyphen.ts +++ b/src/hyphen.ts @@ -16,18 +16,21 @@ export type HyphenOptions = { apiKey?: string; /** * Options for the Toggle service. + * Excludes `publicApiKey` as it's provided at the top level. * @see ToggleOptions * @default {Toggle} */ toggle?: Omit; /** * Options for the NetInfo service. + * Excludes `apiKey` as it's provided at the top level. * @see NetInfoOptions * @default {NetInfo} */ netInfo?: Omit; /** * Options for the Link service. + * Excludes `apiKey` as it's provided at the top level. * @see LinkOptions * @default {Link} */