forked from Yara724/api
Initial commit after migration to gitea
This commit is contained in:
8
src/claim-request-management/dto/create-claim.dto.ts
Normal file
8
src/claim-request-management/dto/create-claim.dto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class CreateClaimRequestDtoRs {
|
||||
message: string;
|
||||
requestId: string;
|
||||
constructor(requestId: string, message: string) {
|
||||
this.requestId = requestId;
|
||||
this.message = message;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user