@jellyfin/sdk
    Preparing search index...

    Interface DeviceInfo

    An interface representing a client device.

    interface DeviceInfo {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string