Documentation
    Preparing search index...

    Type Alias CreateRunGroupInput

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

    Properties

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