Type Alias GuildScalarWhereWithAggregatesInput

GuildScalarWhereWithAggregatesInput: {
    AND?: GuildScalarWhereWithAggregatesInput | GuildScalarWhereWithAggregatesInput[];
    NOT?: GuildScalarWhereWithAggregatesInput | GuildScalarWhereWithAggregatesInput[];
    OR?: GuildScalarWhereWithAggregatesInput[];
    autoLiveRoleLogs?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    birthdayChannelId?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    birthdayEnabled?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    birthdayRoleId?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    bitfield?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    blacklisted?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    dbId?: StringWithAggregatesFilter<"Guild"> | string;
    disableDoubleVoteEntry?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    giveawayLogsChannelId?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    guildId?: StringWithAggregatesFilter<"Guild"> | string;
    ignoreIfNotCatchedByOverride?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    leaveChannelId?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    leaveEnabled?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    linkedRoleLogs?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    locale?: StringWithAggregatesFilter<"Guild"> | string;
    overrideBranding?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    statusRoleLogs?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    stickyMessageDelaySeconds?: IntNullableWithAggregatesFilter<"Guild"> | number | null;
    syncUsername?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
    vodDownloadStoreForHours?: IntNullableWithAggregatesFilter<"Guild"> | number | null;
    welcomeChannelId?: StringNullableWithAggregatesFilter<"Guild"> | string | null;
    welcomeEnabled?: BoolNullableWithAggregatesFilter<"Guild"> | boolean | null;
}