ThirdwebClient
type ThirdwebClient = {  readonly clientId: string;  readonly secretKey: string | undefined;} & Readonly<ClientOptions>;
type ThirdwebClient = {  readonly clientId: string;  readonly secretKey: string | undefined;} & Readonly<ClientOptions>;