diff options
author | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
commit | c6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch) | |
tree | b4be2d508223820d0a77d5a3e35e82684da3b6ec /node_modules/node-2fa/dist/interfaces.d.ts | |
download | hornchat-mane.tar.gz hornchat-mane.tar.bz2 hornchat-mane.zip |
Diffstat (limited to 'node_modules/node-2fa/dist/interfaces.d.ts')
-rw-r--r-- | node_modules/node-2fa/dist/interfaces.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/node-2fa/dist/interfaces.d.ts b/node_modules/node-2fa/dist/interfaces.d.ts new file mode 100644 index 0000000..6fe394d --- /dev/null +++ b/node_modules/node-2fa/dist/interfaces.d.ts @@ -0,0 +1,4 @@ +export interface Options { + name: string; + account: string; +} |