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