Type alias IsETypeInStrictSchema<E, EType>

IsETypeInStrictSchema<E, EType>: EType extends E[number]["type"]
    ? true
    : false

Checks if the given entity type is present in the EntityRawSchemaArray. Use this to create conditional types.

Type Parameters

Generated using TypeDoc