mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-09 19:26:13 +01:00
removed id_offer on trade
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { IsInt, IsString } from 'class-validator';
|
||||
|
||||
export class PromoCodeDto {
|
||||
@IsString()
|
||||
name: string;
|
||||
|
||||
@IsInt()
|
||||
value: number;
|
||||
}
|
||||
Reference in New Issue
Block a user