UNPKG
@addapptables/microservice
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
1.0.0-0
0.0.3-0
0.0.2-0
0.0.1
0.0.1-0
addapptables microservice
github.com/addapptables/miscellaneous
addapptables/miscellaneous
@addapptables/microservice
/
src
/
interfaces
/
commands
/
command-dto-interface.ts
5 lines
(4 loc)
•
71 B
text/typescript
View Raw
1
2
3
4
5
export
interface
ICommandDto
{ [
key
:
string
]:
any
;
id
?:
any
; }