WhatnotStreamerWhereInput: {
    AND?: WhatnotStreamerWhereInput | WhatnotStreamerWhereInput[];
    NOT?: WhatnotStreamerWhereInput | WhatnotStreamerWhereInput[];
    OR?: WhatnotStreamerWhereInput[];
    autoPublishIfAnnouncmentChannel?: BoolNullableFilter<"WhatnotStreamer"> | boolean | null;
    customCoolDownBeforeNextLive?: IntNullableFilter<"WhatnotStreamer"> | number | null;
    customMessages?: WSCustomMessageListRelationFilter;
    dbId?: StringFilter<"WhatnotStreamer"> | string;
    deleteEmbeds?: BoolNullableFilter<"WhatnotStreamer"> | boolean | null;
    guildId?: StringFilter<"WhatnotStreamer"> | string;
    isCurrentlyLive?: XOR<WSCurrentlyLiveNullableScalarRelationFilter, WSCurrentlyLiveWhereInput> | null;
    lastLive?:
        | DateTimeNullableFilter<"WhatnotStreamer">
        | Date
        | string
        | null;
    liveRoleId?: StringNullableFilter<"WhatnotStreamer"> | string | null;
    notificationChannelId?: StringNullableFilter<"WhatnotStreamer"> | string | null;
    pingRoleId?: StringNullableFilter<"WhatnotStreamer"> | string | null;
    sendOfflineMessage?: BoolNullableFilter<"WhatnotStreamer"> | boolean | null;
    showNotifyButton?: BoolNullableFilter<"WhatnotStreamer"> | boolean | null;
    statsChannelIds?: XOR<WSStatsChannelIdNullableScalarRelationFilter, WSStatsChannelIdWhereInput> | null;
    streamerUserName?: StringFilter<"WhatnotStreamer"> | string;
    usePerStreamerEmbeds?: BoolNullableFilter<"WhatnotStreamer"> | boolean | null;
    usersForLiveRole?: StringNullableListFilter<"WhatnotStreamer">;
    usersWhoHaveLiveRole?: StringNullableListFilter<"WhatnotStreamer">;
}