Interface BooruTag

interface BooruTag {
    count: null | number;
    name: string;
    type: null | string;
}

Properties

Properties

count: null | number
name: string
type: null | string