Interface ITMSWebConfig

interface ITMSWebConfig {
    BenutzerId?: string;
    MandantCode?: string;
    Passwort?: string;
}

Properties

BenutzerId?: string
MandantCode?: string
Passwort?: string