export default interface IDocCommandOverloadParamType {
    name: string;
}
