Type Alias CSMessageWebhookMaxAggregateOutputType

CSMessageWebhookMaxAggregateOutputType: {
    avatarUrl: string | null;
    csCustomMessageId: string | null;
    dbId: string | null;
    enabled: boolean | null;
    username: string | null;
}