Interface ISiteSettingsNTP

interface ISiteSettingsNTP {
    _id: string;
    key: "ntp";
    ntp_server_1: string;
    ntp_server_2: string;
    ntp_server_3: string;
    ntp_server_4: string;
    site_id: string;
}

Hierarchy (view full)

Properties

_id: string
key: "ntp"
ntp_server_1: string
ntp_server_2: string
ntp_server_3: string
ntp_server_4: string
site_id: string

Generated using TypeDoc