Type Alias GuildRolePanelEmbedScalarWhereWithAggregatesInput

GuildRolePanelEmbedScalarWhereWithAggregatesInput: {
    AND?: GuildRolePanelEmbedScalarWhereWithAggregatesInput | GuildRolePanelEmbedScalarWhereWithAggregatesInput[];
    NOT?: GuildRolePanelEmbedScalarWhereWithAggregatesInput | GuildRolePanelEmbedScalarWhereWithAggregatesInput[];
    OR?: GuildRolePanelEmbedScalarWhereWithAggregatesInput[];
    author?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    authorIcon?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    color?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildRolePanelEmbed"> | string;
    description?: StringWithAggregatesFilter<"GuildRolePanelEmbed"> | string;
    footer?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    footerIcon?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    guildRolePanelId?: StringWithAggregatesFilter<"GuildRolePanelEmbed"> | string;
    image?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    order?: IntWithAggregatesFilter<"GuildRolePanelEmbed"> | number;
    thumbnail?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    title?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
    url?: StringNullableWithAggregatesFilter<"GuildRolePanelEmbed"> | string | null;
}