@jellyfin/sdk
    Preparing search index...

    Interface CustomDatabaseOption

    The custom value option for custom database providers.

    CustomDatabaseOption

    interface CustomDatabaseOption {
        Key?: string;
        Value?: string;
    }
    Index

    Properties

    Properties

    Key?: string

    Gets or sets the key of the value.

    CustomDatabaseOption

    Value?: string

    Gets or sets the value.

    CustomDatabaseOption