Interface LibraryDetailsTag

interface LibraryDetailsTag {
    label: string;
    tagid: number;
    title?: string;
}

Hierarchy (View Summary)

Properties

Properties

label: string
tagid: number
title?: string