In Typescript, I have an enum like export enum CarBrands { Toyota = "TOYOTA" Ford = "FORD" ..... } I would like to create a subset of this ...
確定! 回上一頁