Interface ICommandMetadata

interface ICommandMetadata {
    description: string | ILocalizedString;
}

Properties

Properties

description: string | ILocalizedString