export default interface IDocCommandInfoArgument {
    name: string;
    description: string;
}
