Interface TagDefinition

interface TagDefinition {
    key: string;
}

Properties

Properties

key: string