Skip to content

GeneralSubtree

A single subtree entry in a Name Constraints permitted/excluded list.

ts
interface GeneralSubtree<TForm extends ParsedNameConstraintForm> {
	readonly base: TForm;
}

Properties

  • readonly base: TForm — The name form that defines this constraint boundary.

Released under the MIT License.