interface Settings {
    active: boolean;
    created?: Moment;
    currencySymbol: string;
    id?: string;
    inputVolumeSymbol: string;
    installationSettings: InstallationSettings[];
    mailEnableSSL: boolean;
    mailPassword: string;
    mailPort: number;
    mailServer: string;
    mailUser: string;
    modified?: Moment;
    name: string;
    outputVolumeSymbol: string;
    staySignedInTtl: number;
}

Hierarchy (View Summary)

Properties

active: boolean
created?: Moment
currencySymbol: string
id?: string
inputVolumeSymbol: string
installationSettings: InstallationSettings[]
mailEnableSSL: boolean
mailPassword: string
mailPort: number
mailServer: string
mailUser: string
modified?: Moment
name: string
outputVolumeSymbol: string
staySignedInTtl: number