Skip to content

Typescript error when using secret #227

Description

@penfold45

In commit 600d6ab.
InitConfig was updated as per bellow
However secret is not listed here.
I assume this was not intentional as the option is still defined in README.

Obviously now I have typescript issues

  export interface InitConfig {
  -  [key: string]: any;
  +  test: boolean;
  +  debug: boolean;
  +  verbose: boolean;
  +  host: string;
  +  protocol: string;
  +  path: string;
  +  keepAlive: boolean;
  +  geolocate: boolean;
  +  logger: CustomLogger;
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions