interface UniqueNamedData {
    name: string;
    uuid: string;
}

Hierarchy (view full)

Properties

Properties

name: string
uuid: string