Skip to content

Type Alias: UnwrapSchemaLikeWithoutArray<T>

ts
type UnwrapSchemaLikeWithoutArray<T> =
  T extends SchemaLikeWithoutArray<infer U> ? U : never;

Type Parameters

Type Parameter
T