Interface TagsSectionsCommandInput

interface TagsSectionsCommandInput {
    q: string;
    tab: TagsSectionsTab;
}

Properties

Properties

q: string