mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-01 22:53:26 +00:00
add service-types and cargo-types CRUD modules with pagination, filtering
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PartialType } from "@nestjs/swagger";
|
||||
import { PartialType } from "@nestjs/mapped-types";
|
||||
|
||||
import { CreateFileUploadFieldDto } from "./create-file-upload-field.dto";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { OmitType, PartialType } from "@nestjs/swagger";
|
||||
import { OmitType, PartialType } from "@nestjs/mapped-types";
|
||||
|
||||
import { CreateFileUploadSettingDto } from "./create-file-upload-setting.dto";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user