Type Alias TSMessageWebhookMinAggregateOutputType

TSMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    tsCustomMessageId: string | null;
    username: string | null;
}