Type alias ClientOptions

ClientOptions: {
    logging?: boolean;
}

Type declaration

  • Optional logging?: boolean

    Whether to enable logging. This is useful for debugging or seeing what the library is doing.

Generated using TypeDoc