Type Alias CFMessageWebhookMinAggregateOutputType

CFMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    cfCustomMessageId: string | null;
    dbId: string | null;
    enabled: boolean | null;
    username: string | null;
}