mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
declare module 'cypress-otp' {
|
|
// eslint-disable-next-line import-x/no-default-export
|
|
export default function generateOTPToken(secret: string): string;
|
|
}
|