@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface FacilityDetailsSchema

    Detailed information about a facility

    interface FacilityDetailsSchema {
        dataFlow: FacilityDataFlowSchema;
        description?: string;
        id: string;
        lastMessageReceivedAt?: string;
        statistics: FacilityStatisticsSchema;
    }
    Index

    Properties

    Data flow information about the facility

    description?: string

    Facility description

    id: string

    Facility ID

    lastMessageReceivedAt?: string

    Timestamp of the last message received

    Various statistics about the facility