added merchants resource
This commit is contained in:
parent
d7ad5828af
commit
b5ced781c9
17 changed files with 214 additions and 80 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateMerchantDto } from './create-merchant.dto';
|
||||
|
||||
export class UpdateMerchantDto extends PartialType(CreateMerchantDto) {}
|
||||
export class UpdateMerchantDto {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue