GuildRolePanelWhereInput: {
    AND?: GuildRolePanelWhereInput | GuildRolePanelWhereInput[];
    NOT?: GuildRolePanelWhereInput | GuildRolePanelWhereInput[];
    OR?: GuildRolePanelWhereInput[];
    assignMode?: EnumRolePanelAssignModeFilter<"GuildRolePanel"> | RolePanelAssignMode;
    boosterOnly?: BoolNullableFilter<"GuildRolePanel"> | boolean | null;
    channelId?: StringFilter<"GuildRolePanel"> | string;
    dbId?: StringFilter<"GuildRolePanel"> | string;
    embeds?: GuildRolePanelEmbedListRelationFilter;
    guildId?: StringFilter<"GuildRolePanel"> | string;
    interactionType?: EnumRolePanelTypeFilter<"GuildRolePanel"> | RolePanelType;
    logChannelId?: StringNullableFilter<"GuildRolePanel"> | string | null;
    maxRoles?: IntNullableFilter<"GuildRolePanel"> | number | null;
    messageId?: StringNullableFilter<"GuildRolePanel"> | string | null;
    name?: StringFilter<"GuildRolePanel"> | string;
    panelId?: StringFilter<"GuildRolePanel"> | string;
    requireAccountAgeDays?: IntNullableFilter<"GuildRolePanel"> | number | null;
    requireJoinAgeDays?: IntNullableFilter<"GuildRolePanel"> | number | null;
    requireMessageCount?: IntNullableFilter<"GuildRolePanel"> | number | null;
    rows?: GuildRolePanelRoleListRelationFilter;
    webhookAvatarUrl?: StringNullableFilter<"GuildRolePanel"> | string | null;
    webhookEnabled?: BoolFilter<"GuildRolePanel"> | boolean;
    webhookUsername?: StringNullableFilter<"GuildRolePanel"> | string | null;
}