Update cypress/helpers/util.ts

This commit is contained in:
Sidharth Vinod
2023-07-19 22:36:55 +05:30
committed by GitHub
parent 66e5f8ae18
commit e25faeee4c

View File

@@ -2,7 +2,7 @@
import { Buffer } from 'buffer';
import type { MermaidConfig } from '../../packages/mermaid/src/config.type.js';
type CypressConfig = {
interface CypressConfig {
listUrl?: boolean;
listId?: string;
name?: string;