Type.ListItem(type as type) as type
从列表 type 中返回项类型。
type
从列表 { number } 中查找项类型。
{ number }
使用情况
Type.ListItem(type { number })
输出
type number