Documentation
    Preparing search index...

    Type Alias UpdateRunGroupInput

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

    Properties

    EarliestStartTime?: string | null
    GroupedAt?: string | null
    ID: number
    PercentOutsideOfCorridors?: number | null