interface Tag {
    id?: number;
    name?: string;
}

Properties

Properties

id?: number
name?: string