UNPKG
express-generator-template
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Express with Typescript Template
github.com/mimamch/express-typescript
mimamch/express-typescript
express-generator-template
/
template
/
main-template
/
src
/
types
/
UserTypes.ts
5 lines
(4 loc)
•
73 B
text/typescript
View Raw
1
2
3
4
5
export
default
interface
UserTypes
{
id
:
number
;
username
:
string
; }