ThirdwebClient

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