4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import { MethodArgs } from '../../args';
|
|
import { TestCommandResult } from '../../commands/types';
|
|
export default function test(...args: MethodArgs): Promise<TestCommandResult>;
|