export default interface IDocCommandInfoOverload {
    id: number;
    header: string;
    description: string[];
}
