mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #15228 from mrOlorin/master
Speakeasy: added "digits" property to the TotpOptions interface.
This commit is contained in:
Vendored
+1
@@ -49,6 +49,7 @@ interface TotpOptions {
|
||||
counter?: number;
|
||||
epoch?: number;
|
||||
secret?: string;
|
||||
digits?: number;
|
||||
digest?: () => string;
|
||||
algorithm?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user