Initial value of an array or string.
const array = ["🟢", "🟩", "💚"];const head: Head<typeof array> = "🟢";
Initial value of an array or string.
Example