Type Alias RSMessageWebhookMinAggregateOutputType

RSMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    rsCustomMessageId: string | null;
    username: string | null;
}