@tikoci/centrs
    Preparing search index...

    Interface SettingsDefaultDeviceSummary

    interface SettingsDefaultDeviceSummary {
        configured: boolean;
        passwordSet?: boolean;
        user?: string;
    }
    Index

    Properties

    configured: boolean
    passwordSet?: boolean
    user?: string