@jellyfin/sdk
    Preparing search index...

    Interface CastReceiverApplication

    The cast receiver application model.

    interface CastReceiverApplication {
        Id: string;
        Name: string;
    }
    Index
    Id: string

    Gets or sets the cast receiver application id.

    Name: string

    Gets or sets the cast receiver application name.