Edit File: index.d.ts
import { MethodArgs } from '../../args'; export default function apps(...args0: MethodArgs): Promise<string | undefined | any>;
Back to File Manager