Type Alias WhatnotStreamerScalarWhereWithAggregatesInput

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