Skip to content

@purista/core v2.0.5


PURISTA API / @purista/core / InferTypeOrEmptyObject

Type Alias: InferTypeOrEmptyObject<T>

InferTypeOrEmptyObject<T>: T extends Schema ? Infer<T> extends EmptyObject ? Infer<T> : EmptyObject : EmptyObject

Defined in: packages/core/src/core/types/InferTypeOrEmptyObject.ts:4

Type Parameters

T extends Schema | undefined