OwlCyberSecurity - MANAGER
Edit File: debounce.d.ts
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;