Interface ISite

interface ISite {
    _id?: string;
    anonymous_id?: string;
    attr_hidden_id?: string;
    attr_no_delete?: boolean;
    desc?: string;
    name: string;
    role?: string;
    role_hotspot?: boolean;
}

Implemented by

Properties

_id?: string
anonymous_id?: string
attr_hidden_id?: string
attr_no_delete?: boolean
desc?: string
name: string
role?: string
role_hotspot?: boolean

UNIFIOS only

Generated using TypeDoc