Interface Tag

interface Tag {
    color: string;
    id: string;
    name: string;
    offer_or_need?: boolean;
}

Properties

color: string
id: string
name: string
offer_or_need?: boolean