IdentifierString

A namespaced identifier in the format ${namespace}:${reference}.

Used by IdentifierArray and {@link IdentifierRecord}.

type IdentifierString = `${string}:${string}`;

§Type

§
`${string}:${string}`
[src]