Type Alias TiktokStreamerScalarWhereWithAggregatesInput

TiktokStreamerScalarWhereWithAggregatesInput: {
    AND?: TiktokStreamerScalarWhereWithAggregatesInput | TiktokStreamerScalarWhereWithAggregatesInput[];
    NOT?: TiktokStreamerScalarWhereWithAggregatesInput | TiktokStreamerScalarWhereWithAggregatesInput[];
    OR?: TiktokStreamerScalarWhereWithAggregatesInput[];
    autoPublishIfAnnouncmentChannel?: BoolNullableWithAggregatesFilter<"TiktokStreamer"> | boolean | null;
    customCoolDownBeforeNextLive?: IntNullableWithAggregatesFilter<"TiktokStreamer"> | number | null;
    dbId?: StringWithAggregatesFilter<"TiktokStreamer"> | string;
    deleteEmbeds?: BoolNullableWithAggregatesFilter<"TiktokStreamer"> | boolean | null;
    guildId?: StringWithAggregatesFilter<"TiktokStreamer"> | string;
    lastLive?:
        | DateTimeNullableWithAggregatesFilter<"TiktokStreamer">
        | Date
        | string
        | null;
    lastVideo?:
        | DateTimeNullableWithAggregatesFilter<"TiktokStreamer">
        | Date
        | string
        | null;
    liveNotificationChannelId?: StringNullableWithAggregatesFilter<"TiktokStreamer"> | string | null;
    liveRoleId?: StringNullableWithAggregatesFilter<"TiktokStreamer"> | string | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"TiktokStreamer"> | string | null;
    sendOfflineMessage?: BoolNullableWithAggregatesFilter<"TiktokStreamer"> | boolean | null;
    showNotifyButton?: BoolNullableWithAggregatesFilter<"TiktokStreamer"> | boolean | null;
    streamerUserName?: StringWithAggregatesFilter<"TiktokStreamer"> | string;
    usePerStreamerEmbeds?: BoolNullableWithAggregatesFilter<"TiktokStreamer"> | boolean | null;
    usersForLiveRole?: StringNullableListFilter<"TiktokStreamer">;
    usersWhoHaveLiveRole?: StringNullableListFilter<"TiktokStreamer">;
    videoNotificationChannelId?: StringNullableWithAggregatesFilter<"TiktokStreamer"> | string | null;
}