Interface ISiteSettingsDPI

interface ISiteSettingsDPI {
    _id: string;
    enabled: boolean;
    fingerprintingEnabled: boolean;
    key: "dpi";
    site_id: string;
}

Hierarchy (view full)

Properties

_id: string
enabled: boolean
fingerprintingEnabled: boolean
key: "dpi"
site_id: string

Generated using TypeDoc