onvif
    Preparing search index...

    Interface SourceIdentification

    interface SourceIdentification {
        extension?: SourceIdentificationExtension;
        name: string;
        token?: string[];
    }
    Index
    name: string
    token?: string[]