Files
2026-04-07 14:50:23 +09:00

4 lines
178 B
TypeScript

import { MethodArgs } from '../../args';
import { TestCommandResult } from '../../commands/types';
export default function test(...args: MethodArgs): Promise<TestCommandResult>;