Interface ConfigurationCommand

interface ConfigurationCommand {
    property: string;
    target: string;
    value: string;
}

Properties

Properties

property: string
target: string
value: string

Generated using TypeDoc