Loc<B, T, P>: string & _Loc<B, T> & {
    [___parent]: P;
}

Type Parameters

  • B
  • T
  • P extends Loc<B, unknown, Parent<B>> | null = null