Interface FaveGetTagsResponse

interface FaveGetTagsResponse {
    count: number;
    items: FaveTag[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number
items: FaveTag[]

Generated using TypeDoc