Type Alias TwitterStreamerScalarWhereWithAggregatesInput

TwitterStreamerScalarWhereWithAggregatesInput: {
    AND?: TwitterStreamerScalarWhereWithAggregatesInput | TwitterStreamerScalarWhereWithAggregatesInput[];
    NOT?: TwitterStreamerScalarWhereWithAggregatesInput | TwitterStreamerScalarWhereWithAggregatesInput[];
    OR?: TwitterStreamerScalarWhereWithAggregatesInput[];
    autoPublishIfAnnouncmentChannel?: BoolNullableWithAggregatesFilter<"TwitterStreamer"> | boolean | null;
    currentBroadcastId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    customCoolDownBeforeNextLive?: IntNullableWithAggregatesFilter<"TwitterStreamer"> | number | null;
    customCoolDownBeforeNextPost?: IntNullableWithAggregatesFilter<"TwitterStreamer"> | number | null;
    dbId?: StringWithAggregatesFilter<"TwitterStreamer"> | string;
    deleteEmbeds?: BoolNullableWithAggregatesFilter<"TwitterStreamer"> | boolean | null;
    guildId?: StringWithAggregatesFilter<"TwitterStreamer"> | string;
    lastLive?:
        | DateTimeNullableWithAggregatesFilter<"TwitterStreamer">
        | Date
        | string
        | null;
    lastPostAt?:
        | DateTimeNullableWithAggregatesFilter<"TwitterStreamer">
        | Date
        | string
        | null;
    lastPostId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    liveNotificationChannelId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    liveRoleId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    offlineGracePeriod?: IntNullableWithAggregatesFilter<"TwitterStreamer"> | number | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    postNotificationChannelId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    postPingRoleId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    sendOfflineMessage?: BoolNullableWithAggregatesFilter<"TwitterStreamer"> | boolean | null;
    showNotifyButton?: BoolNullableWithAggregatesFilter<"TwitterStreamer"> | boolean | null;
    streamerId?: StringNullableWithAggregatesFilter<"TwitterStreamer"> | string | null;
    streamerUserName?: StringWithAggregatesFilter<"TwitterStreamer"> | string;
    usePerStreamerEmbeds?: BoolNullableWithAggregatesFilter<"TwitterStreamer"> | boolean | null;
    usersForLiveRole?: StringNullableListFilter<"TwitterStreamer">;
    usersWhoHaveLiveRole?: StringNullableListFilter<"TwitterStreamer">;
}