Interface IMaintanance

Maintanance

interface IMaintanance {
    customCss: string;
    customLogo: string;
    enabled: boolean;
    hideLinks: boolean;
    hideLogo: boolean;
    subtitle: string;
    title: string;
}

Properties

customCss: string
customLogo: string
enabled: boolean
hideLinks: boolean
hideLogo: boolean
subtitle: string
title: string

Generated using TypeDoc