Type Alias TwitchStreamerScalarWhereWithAggregatesInput

TwitchStreamerScalarWhereWithAggregatesInput: {
    AND?: TwitchStreamerScalarWhereWithAggregatesInput | TwitchStreamerScalarWhereWithAggregatesInput[];
    NOT?: TwitchStreamerScalarWhereWithAggregatesInput | TwitchStreamerScalarWhereWithAggregatesInput[];
    OR?: TwitchStreamerScalarWhereWithAggregatesInput[];
    autoPublishIfAnnouncmentChannel?: BoolNullableWithAggregatesFilter<"TwitchStreamer"> | boolean | null;
    chatRoomId?: StringNullableWithAggregatesFilter<"TwitchStreamer"> | string | null;
    customCoolDownBeforeNextLive?: IntNullableWithAggregatesFilter<"TwitchStreamer"> | number | null;
    dbId?: StringWithAggregatesFilter<"TwitchStreamer"> | string;
    deleteEmbeds?: BoolNullableWithAggregatesFilter<"TwitchStreamer"> | boolean | null;
    guildId?: StringWithAggregatesFilter<"TwitchStreamer"> | string;
    lastLive?:
        | DateTimeNullableWithAggregatesFilter<"TwitchStreamer">
        | Date
        | string
        | null;
    liveRoleId?: StringNullableWithAggregatesFilter<"TwitchStreamer"> | string | null;
    notificationChannelId?: StringNullableWithAggregatesFilter<"TwitchStreamer"> | string | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"TwitchStreamer"> | string | null;
    sendOfflineMessage?: BoolNullableWithAggregatesFilter<"TwitchStreamer"> | boolean | null;
    showNotifyButton?: BoolNullableWithAggregatesFilter<"TwitchStreamer"> | boolean | null;
    streamerId?: StringNullableWithAggregatesFilter<"TwitchStreamer"> | string | null;
    streamerUserName?: StringWithAggregatesFilter<"TwitchStreamer"> | string;
    usePerStreamerEmbeds?: BoolNullableWithAggregatesFilter<"TwitchStreamer"> | boolean | null;
    usersForLiveRole?: StringNullableListFilter<"TwitchStreamer">;
    usersWhoHaveLiveRole?: StringNullableListFilter<"TwitchStreamer">;
}