Type alias $Branch<P>

$Branch<P>: $Type<"branch", P, P>

🧰 type util

Create a branch type.

Type Parameters

  • P extends `$${string}`

Typeparam

P the property name for the branch.

Example

type $Then = $Branch<'$then'>
type $Any = $Branch<'$any'>

Generated using TypeDoc