8 type State = 'WA' | 'NY' | 'ME' 7 6 5 type Zip = '98102' | '10803' | '12222' 4 3 interface Person { 2 readonly firstName: string 1 ...
確定! 回上一頁