@jellyfin/sdk
    Preparing search index...

    Interface GuideInfo

    GuideInfo

    interface GuideInfo {
        EndDate?: string;
        StartDate?: string;
    }
    Index

    Properties

    Properties

    EndDate?: string

    Gets or sets the end date.

    GuideInfo

    StartDate?: string

    Gets or sets the start date.

    GuideInfo