Type Alias KSMessageWebhookGroupByOutputType

KSMessageWebhookGroupByOutputType: {
    _count: KSMessageWebhookCountAggregateOutputType | null;
    _max: KSMessageWebhookMaxAggregateOutputType | null;
    _min: KSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    ksCustomMessageId: string;
    username: string | null;
}