mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
af3ac2db28
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
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;
|
|
}
|