Type Alias GuildDisableBrandingScalarWhereWithAggregatesInput

GuildDisableBrandingScalarWhereWithAggregatesInput: {
    AND?: GuildDisableBrandingScalarWhereWithAggregatesInput | GuildDisableBrandingScalarWhereWithAggregatesInput[];
    NOT?: GuildDisableBrandingScalarWhereWithAggregatesInput | GuildDisableBrandingScalarWhereWithAggregatesInput[];
    OR?: GuildDisableBrandingScalarWhereWithAggregatesInput[];
    birthday?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    clips?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    dbId?: StringWithAggregatesFilter<"GuildDisableBranding"> | string;
    giveaways?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    guildId?: StringWithAggregatesFilter<"GuildDisableBranding"> | string;
    leaderboard?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    linkedRoles?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    notifications?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    starboard?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    stickyMessage?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    vods?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    watchOnButton?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
    welcomeLeave?: BoolNullableWithAggregatesFilter<"GuildDisableBranding"> | boolean | null;
}