Documentation
    Preparing search index...

    Type Alias RunGroup

    type RunGroup = {
        __typename: "RunGroup";
        EarliestStartTime?: string | null;
        GroupedAt?: string | null;
        ID: number;
        PercentOutsideOfCorridors?: number | null;
    }
    Index

    Properties

    __typename: "RunGroup"
    EarliestStartTime?: string | null
    GroupedAt?: string | null
    ID: number
    PercentOutsideOfCorridors?: number | null