Interface ISiteSettingsLocale

interface ISiteSettingsLocale {
    _id: string;
    key: "locale";
    site_id: string;
    timezone: string;
}

Hierarchy (view full)

Properties

Properties

_id: string
key: "locale"
site_id: string
timezone: string

Generated using TypeDoc