Core API Overview > @adpt/core > PrimitiveChildType
PrimitiveChildType type
Signature:
export declare type PrimitiveChildType<T> = T extends (infer U | (infer U)[])[] ? U : T extends (infer V)[][] ? V : T extends (infer W)[] ? W : T;
Adapt v0.3.0: now with Google Cloud Run support!