mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-13 08:36:34 +02:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
declare module 'cypress-otp' {
|
|
// eslint-disable-next-line import-x/no-default-export
|
|
export default function generateOTPToken(secret: string): string;
|
|
}
|