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