interface ListTagsResponse {
    tags: string[];
    totalCount: number;
}

Properties

Properties

tags: string[]

List of tags.

totalCount: number

Count of all tags matching the requested criteria.