mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00: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;
|
|
}
|