Type Alias GuildCustomBotProfileNullableScalarRelationFilter

GuildCustomBotProfileNullableScalarRelationFilter: {
    is?: GuildCustomBotProfileWhereInput | null;
    isNot?: GuildCustomBotProfileWhereInput | null;
}