Interface DisclaimerPublicConfig

interface DisclaimerPublicConfig {
    disclaimerHTML: string;
    isOn: boolean;
}

Properties

Properties

disclaimerHTML: string

HTML content to show in disclaimer.

isOn: boolean

If the disclaimer is turned on.

MMNEPVFCICPMFPCPTTAAATR