DisBot
    Preparing search index...

    Type Alias ModerationScoutFormsGroupByOutputType

    type ModerationScoutFormsGroupByOutputType = {
        _avg: ModerationScoutFormsAvgAggregateOutputType | null;
        _count: ModerationScoutFormsCountAggregateOutputType | null;
        _max: ModerationScoutFormsMaxAggregateOutputType | null;
        _min: ModerationScoutFormsMinAggregateOutputType | null;
        _sum: ModerationScoutFormsSumAggregateOutputType | null;
        Actions: string[];
        Id: number;
        Sorting: string[];
        UUID: string;
    }
    Index

    Properties

    Actions: string[]
    Id: number
    Sorting: string[]
    UUID: string