@jellyfin/sdk
    Preparing search index...

    Interface ParentalRating

    Class ParentalRating.

    ParentalRating

    interface ParentalRating {
        Name?: null | string;
        Value?: null | number;
    }
    Index

    Properties

    Properties

    Name?: null | string

    Gets or sets the name.

    ParentalRating

    Value?: null | number

    Gets or sets the value.

    ParentalRating