Interface TagsSearchCommandInput

interface TagsSearchCommandInput {
    q: string;
}

Properties

q

Properties

q: string