GuildRolePanelEmbedWhereInput: {
    AND?: GuildRolePanelEmbedWhereInput | GuildRolePanelEmbedWhereInput[];
    NOT?: GuildRolePanelEmbedWhereInput | GuildRolePanelEmbedWhereInput[];
    OR?: GuildRolePanelEmbedWhereInput[];
    author?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    authorIcon?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    color?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    dbId?: StringFilter<"GuildRolePanelEmbed"> | string;
    description?: StringFilter<"GuildRolePanelEmbed"> | string;
    fields?: GuildRolePanelEmbedFieldListRelationFilter;
    footer?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    footerIcon?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    guildRolePanel?: XOR<GuildRolePanelNullableScalarRelationFilter, GuildRolePanelWhereInput> | null;
    guildRolePanelId?: StringFilter<"GuildRolePanelEmbed"> | string;
    image?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    order?: IntFilter<"GuildRolePanelEmbed"> | number;
    thumbnail?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    title?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    url?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
}