설명

방법

type StringExample = (string & {}) | "Dog" | "Cat";
type NumberExample = (number & {}) | 1024 | 2048 | 4096;

예시

Untitled

Untitled