@jellyfin/sdk
    Preparing search index...

    Interface DeviceInfo

    An interface representing a client device.

    interface DeviceInfo {
        id: string;
        languages?: string[];
        name: string;
    }
    Index
    id: string
    languages?: string[]
    name: string