Docs

CreateThirdwebClientOptions

type CreateThirdwebClientOptions = (
| { clientId: string; secretKey?: never }
| { clientId?: never; secretKey: string }
) &
ClientOptions;