Interface CreateFeaturedTagParams

interface CreateFeaturedTagParams {
    name: string;
}

Properties

Properties

name: string

The hashtag to be featured.