Type Alias: SelectorType

type SelectorType = 
  | `${SelectorSpecial}${AlphaNumeric}${string}`
  | `${AlphaNumeric}${string}`;

Defined in: src/types.ts

Type for identifying selectors. Allows us to “upgrade” queries using selectors to return Elements.