@gibme/starlink
    Preparing search index...

    Interface RealtimeDataTracking<DateType>

    interface RealtimeDataTracking<DateType extends Date | string = string> {
        accountNumber: null | string;
        billingCycles: null | BillingCycle<DateType>[];
        endDate: DateType;
        lastUpdated: null | DateType;
        serviceLineNumber: null | string;
        servicePlan: ServicePlan<DateType>;
        startDate: DateType;
    }

    Type Parameters

    • DateType extends Date | string = string
    Index

    Properties

    accountNumber: null | string
    billingCycles: null | BillingCycle<DateType>[]
    endDate: DateType
    lastUpdated: null | DateType
    serviceLineNumber: null | string
    servicePlan: ServicePlan<DateType>
    startDate: DateType