Type Alias WSMessageWebhookMinAggregateOutputType

WSMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    username: string | null;
    wsCustomMessageId: string | null;
}