10 lines
No EOL
315 B
TypeScript
10 lines
No EOL
315 B
TypeScript
import { n as ArgumentHandler, s as OptionHandler } from "./t-Cao2EVMz.js";
|
|
|
|
//#region src/shared.d.ts
|
|
interface CompletionConfig {
|
|
subCommands?: Record<string, CompletionConfig>;
|
|
options?: Record<string, OptionHandler>;
|
|
args?: Record<string, ArgumentHandler>;
|
|
}
|
|
//#endregion
|
|
export { CompletionConfig as t }; |