Type Alias UserTwitchAccountMinAggregateOutputType

UserTwitchAccountMinAggregateOutputType: {
    accountId: string | null;
    chatRoomId: string | null;
    dbId: string | null;
    userId: string | null;
    username: string | null;
}