Interface ITagParameters

interface ITagParameters {
    choices: string[];
}

Properties

Properties

choices: string[]

Generated using TypeDoc