category Basic Operation TwoTuple A Tuple consisting of two identical types. Usage import type { TwoTuple } from '@utype/core' // Expect: [string, string] // [!code highlight] type TestType = TwoTuple<string>