DisBot
    Preparing search index...

    Type Alias GuildComponentManagerGroupByOutputType

    type GuildComponentManagerGroupByOutputType = {
        _avg: GuildComponentManagerAvgAggregateOutputType | null;
        _count: GuildComponentManagerCountAggregateOutputType | null;
        _max: GuildComponentManagerMaxAggregateOutputType | null;
        _min: GuildComponentManagerMinAggregateOutputType | null;
        _sum: GuildComponentManagerSumAggregateOutputType | null;
        Buttons: JsonValue[];
        GuildId: string;
        Id: number;
        Modals: JsonValue[];
        Selectmenus: JsonValue[];
    }
    Index

    Properties

    Buttons: JsonValue[]
    GuildId: string
    Id: number
    Modals: JsonValue[]
    Selectmenus: JsonValue[]