installed typeorm and added initial merchant resource
This commit is contained in:
parent
746adcd2fd
commit
ccc6540ae8
15 changed files with 1972 additions and 321 deletions
4
src/merchants/dto/update-merchant.dto.ts
Normal file
4
src/merchants/dto/update-merchant.dto.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateMerchantDto } from './create-merchant.dto';
|
||||
|
||||
export class UpdateMerchantDto extends PartialType(CreateMerchantDto) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue