mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
|
declare module 'cypress-otp' {
|
||
|
// eslint-disable-next-line import/no-default-export
|
||
|
export default function generateOTPToken(secret: string): string;
|
||
|
}
|