// eslint-disable-next-line @typescript-eslint/no-explicit-any export type Tail = T extends [any, ...infer R] ? R : never;