youngkiu.log
로그인
youngkiu.log
로그인
TypeScript - interface vs type
오픈소스
·
2023년 6월 6일
팔로우
0
interface
type
typescript
0
notation difference:
=
,
;
interface
interface
Xxx
{
...
}
type
type
Xxx
=
{
...
}
;
오픈소스
팔로우
이전 포스트
Type for Constructor of a Class in TypeScript
다음 포스트
pino logger
0개의 댓글
댓글 작성