cr
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import { PrismaService } from '../../database/prisma.service';
|
||||
import { AiService } from '../../services/ai.service';
|
||||
import { Injectable, Logger } from "@nestjs/common";
|
||||
import { PrismaService } from "../../database/prisma.service";
|
||||
import { AiService } from "../../services/ai.service";
|
||||
// [REMOVED V16 IMPORTS]
|
||||
|
||||
export type RiskLevel = 'banko' | 'safe' | 'value';
|
||||
export type RiskLevel = "banko" | "safe" | "value";
|
||||
|
||||
export interface CouponMatch {
|
||||
matchId: string;
|
||||
|
||||
Reference in New Issue
Block a user