@jellyfin/sdk
    Preparing search index...

    Interface CustomDatabaseOption

    The custom value option for custom database providers.

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

    Gets or sets the key of the value.

    Value: string

    Gets or sets the value.