Type Alias GuildStickyMessageWebhookGroupByOutputType

GuildStickyMessageWebhookGroupByOutputType: {
    _count: GuildStickyMessageWebhookCountAggregateOutputType | null;
    _max: GuildStickyMessageWebhookMaxAggregateOutputType | null;
    _min: GuildStickyMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    guildStickyMessageId: string;
    username: string | null;
}