Type Alias TWSMessageWebhookMinAggregateOutputType

TWSMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    twsCustomMessageId: string | null;
    username: string | null;
}