This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
ad
mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
Watch
1
Star
0
Fork
You've already forked ad
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c03edba904
ad
/
src
/
libs
/
api
/
id.response.dto.ts
8 lines
102 B
TypeScript
Raw
Blame
History
export
class
IdResponse
{
constructor
(
id
:
string
)
{
this
.
id
=
id
;
}
readonly
id
:
string
;
}
Reference in New Issue
View Git Blame
Copy Permalink