Type Alias GuildRolePanelRoleScalarWhereInput

GuildRolePanelRoleScalarWhereInput: {
    AND?: GuildRolePanelRoleScalarWhereInput | GuildRolePanelRoleScalarWhereInput[];
    NOT?: GuildRolePanelRoleScalarWhereInput | GuildRolePanelRoleScalarWhereInput[];
    OR?: GuildRolePanelRoleScalarWhereInput[];
    blacklistRoleIds?: StringNullableListFilter<"GuildRolePanelRole">;
    dbId?: StringFilter<"GuildRolePanelRole"> | string;
    emojiUnicodeOrId?: StringNullableFilter<"GuildRolePanelRole"> | string | null;
    guildRolePanelId?: StringFilter<"GuildRolePanelRole"> | string;
    label?: StringNullableFilter<"GuildRolePanelRole"> | string | null;
    requiredRoleIds?: StringNullableListFilter<"GuildRolePanelRole">;
    roleId?: StringFilter<"GuildRolePanelRole"> | string;
    style?: IntNullableFilter<"GuildRolePanelRole"> | number | null;
    temporaryMinutes?: IntNullableFilter<"GuildRolePanelRole"> | number | null;
}