- [ ] enum에도 타입을 지정 및 적용 ---- ## index - 배열 타입 지정 방식 - [🚩: 배열 타입 지정 방식](https://github.com/Programming-Contents-List/TypeScript/pull/3/commits/f6364f3e21b999c40f3ba75ab894cddc59a17b9e) - tuple 타입 지정 방식 - [🚩: tuple 타입 지정 방식](https://github.com/Programming-Contents-List/TypeScript/pull/3/commits/091f3c75e318e7e6248b66f371383f7b41f12964) - 함수 void와 never - [🚩: 함수 void와 never 사용 방법](https://github.com/Programming-Contents-List/TypeScript/pull/3/commits/b8229cf52ff85b01cfc77866893910a7eddb102b) - enum 타입 지정 방식 - [🚩: ts의 enum 선언 방식과 방법](https://github.com/Programming-Contents-List/TypeScript/pull/3/commits/9cce71abe8afe8138b01a13db666db321b79b6eb) - null과 undefined 방식과 방법 - [🚩: null과 undefined 방식과 방법](https://github.com/Programming-Contents-List/TypeScript/pull/3/commits/229a759611063e72bb3a4a89e5b86833f960c54c)