diff --git a/types/speakeasy/index.d.ts b/types/speakeasy/index.d.ts index 1c1c4cf853..7cb2f67b30 100644 --- a/types/speakeasy/index.d.ts +++ b/types/speakeasy/index.d.ts @@ -209,7 +209,7 @@ export interface TotpOptions extends SharedOptions { /** * The counter value, calculated from time by default */ - counter?: string; + counter?: number; } export interface TotpVerifyOptions extends SharedOptions { @@ -250,7 +250,7 @@ export interface TotpVerifyOptions extends SharedOptions { /** * The counter value, calculated from time by default */ - counter?: string; + counter?: number; } export interface OtpauthURLOptions extends SharedOptions {