mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Speakeasy: Correct type of counter for verify options (#37055)
This commit is contained in:
committed by
Jesse Trinity
parent
8a1b68be3a
commit
911e65400f
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user