Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias GetApiV3CalendarData

    type GetApiV3CalendarData = {
        body?: never;
        path?: never;
        query?: {
            start?: string;
            end?: string;
            unmonitored?: boolean;
            tags?: string;
        };
        url: "/api/v3/calendar";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { start?: string; end?: string; unmonitored?: boolean; tags?: string }
    url: "/api/v3/calendar"