Type Alias RSMessageWebhookGroupByOutputType

RSMessageWebhookGroupByOutputType: {
    _count: RSMessageWebhookCountAggregateOutputType | null;
    _max: RSMessageWebhookMaxAggregateOutputType | null;
    _min: RSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    rsCustomMessageId: string;
    username: string | null;
}