2 lines
60 B
TypeScript

export type TCommand = (...argv: string[]) => Promise<void>