onvif
    Preparing search index...

    Interface RemoteUser

    interface RemoteUser {
        password?: string;
        useDerivedPassword: boolean;
        username: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    password?: string
    useDerivedPassword: boolean
    username: string