naskah sama dengan string

// with an interface
interface ColorScheme {
  theme: "dark" | "light",
  variant: "red | "blue",
}
Coder Cuttlefish