Type Alias TWSMessageWebhookGroupByOutputType

TWSMessageWebhookGroupByOutputType: {
    _count: TWSMessageWebhookCountAggregateOutputType | null;
    _max: TWSMessageWebhookMaxAggregateOutputType | null;
    _min: TWSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    twsCustomMessageId: string;
    username: string | null;
}