GeneralSubtree
A single subtree entry in a Name Constraints permitted/excluded list.
ts
interface GeneralSubtree<TForm extends ParsedNameConstraintForm> {
readonly base: TForm;
}Properties
readonlybase:TForm— The name form that defines this constraint boundary.