Documentation
    Preparing search index...

    Type Alias CreateRunGroupMutation

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

    Properties

    Properties

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