Documentation
    Preparing search index...

    Type Alias UpdateRunGroupMutation

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

    Properties

    Properties

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