Interface refStruct

A very common structure, typically used when needing a reference to something of another type

interface refStruct {
    id: number;
    key: hrefStruct;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

id: number
name: string