Interface ICommandMetadata

interface ICommandMetadata {
    description: string | ILocalizedString;
}

Properties§

§readonly description: string | ILocalizedString