Type Alias GuildRolePanelRoleWhereUniqueInput

GuildRolePanelRoleWhereUniqueInput: Prisma.AtLeast<{
    AND?: GuildRolePanelRoleWhereInput | GuildRolePanelRoleWhereInput[];
    NOT?: GuildRolePanelRoleWhereInput | GuildRolePanelRoleWhereInput[];
    OR?: GuildRolePanelRoleWhereInput[];
    blacklistRoleIds?: StringNullableListFilter<"GuildRolePanelRole">;
    dbId?: string;
    emojiUnicodeOrId?: StringNullableFilter<"GuildRolePanelRole"> | string | null;
    guildRolePanel?: XOR<GuildRolePanelNullableScalarRelationFilter, GuildRolePanelWhereInput> | 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;
}, "dbId">