Interface TagsStoryCommandInput

interface TagsStoryCommandInput {
    tag: string;
}

Properties

Properties

tag: string