DefCommand: {
    args: (OptionalArg | CommandParameter | Group)[];
    kind: "command.def";
    location: Location;
    name: "def";
    token: string;
}

Type declaration

Generated using TypeDoc