onvif
    Preparing search index...

    Interface GetTracksResponseItem

    interface GetTracksResponseItem {
        configuration: TrackConfiguration;
        trackToken: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    configuration: TrackConfiguration

    Configuration of the track.

    trackToken: string

    Token of the track.