Type Alias GuildRolePanelEmbedScalarWhereInput

GuildRolePanelEmbedScalarWhereInput: {
    AND?: GuildRolePanelEmbedScalarWhereInput | GuildRolePanelEmbedScalarWhereInput[];
    NOT?: GuildRolePanelEmbedScalarWhereInput | GuildRolePanelEmbedScalarWhereInput[];
    OR?: GuildRolePanelEmbedScalarWhereInput[];
    author?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    authorIcon?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    color?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    dbId?: StringFilter<"GuildRolePanelEmbed"> | string;
    description?: StringFilter<"GuildRolePanelEmbed"> | string;
    footer?: StringNullableFilter<"GuildRolePanelEmbed"> | string | null;
    footerIcon?: StringNullableFilter<"GuildRolePanelEmbed"> | string | 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;
}