Type Alias YTSMessageWebhookMinAggregateOutputType

YTSMessageWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    enabled: boolean | null;
    username: string | null;
    ytsCustomMessageId: string | null;
}