3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
|
import { MethodArgs } from '../../args';
|
||
|
export default function apps(...args0: MethodArgs): Promise<string | undefined | any>;
|