DisBot
    Preparing search index...

    Type Alias GuildCommandMangerGroupByOutputType

    type GuildCommandMangerGroupByOutputType = {
        _avg: GuildCommandMangerAvgAggregateOutputType | null;
        _count: GuildCommandMangerCountAggregateOutputType | null;
        _max: GuildCommandMangerMaxAggregateOutputType | null;
        _min: GuildCommandMangerMinAggregateOutputType | null;
        _sum: GuildCommandMangerSumAggregateOutputType | null;
        Commands: JsonValue[];
        ContextMenus: JsonValue[];
        GuildId: string;
        Id: number;
        SubCommandGroups: JsonValue[];
        SubCommands: JsonValue[];
    }
    Index

    Properties

    Commands: JsonValue[]
    ContextMenus: JsonValue[]
    GuildId: string
    Id: number
    SubCommandGroups: JsonValue[]
    SubCommands: JsonValue[]