@gibme/tablo.tv
    Preparing search index...

    Type Alias AccountSubscription<DateType>

    type AccountSubscription<DateType = Date> = {
        offered_option: unknown | null;
        registration: { identifier: string; url: string };
        services: {
            cloud_dvr: unknown | null;
            deprecated: string;
            guide_data: { active: boolean; selected: boolean };
        };
        state: string;
        subscriptions: Subscription<DateType>[];
        trial: unknown | null;
    }

    Type Parameters

    • DateType = Date
    Index

    Properties

    offered_option: unknown | null
    registration: { identifier: string; url: string }
    services: {
        cloud_dvr: unknown | null;
        deprecated: string;
        guide_data: { active: boolean; selected: boolean };
    }
    state: string
    subscriptions: Subscription<DateType>[]
    trial: unknown | null