edilkamin
    Preparing search index...

    Interface ServiceStatusType

    Service status with computed fields.

    interface ServiceStatusType {
        hoursSinceService: number;
        isServiceDue: boolean;
        serviceThresholdHours: number;
        totalServiceHours: number;
    }
    Index

    Properties

    hoursSinceService: number
    isServiceDue: boolean
    serviceThresholdHours: number
    totalServiceHours: number