export type TArrayType = T extends (infer U)[] ? U : never; //# sourceMappingURL=array-type.d.ts.map