@jellyfin/sdk
    Preparing search index...

    Interface PluginApiCancelPackageInstallationRequest

    Request parameters for cancelPackageInstallation operation in PluginApi.

    interface PluginApiCancelPackageInstallationRequest {
        packageId: string;
    }
    Index
    packageId: string

    Installation Id.