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

    Type Alias UpdateInfo<DateType>

    type UpdateInfo<DateType = Date> = {
        available_update: unknown | null;
        current_step: unknown | null;
        details: unknown | null;
        error: unknown | null;
        last_checked: DateType;
        last_update: DateType | null;
        sequence: string[];
        state: string;
    }

    Type Parameters

    • DateType = Date
    Index

    Properties

    available_update: unknown | null
    current_step: unknown | null
    details: unknown | null
    error: unknown | null
    last_checked: DateType
    last_update: DateType | null
    sequence: string[]
    state: string