Type alias IsPolymorphicKey<P>

IsPolymorphicKey<P>: P extends "_type"
    ? true
    : false

Type Parameters

  • P

Generated using TypeDoc