export class ExactSpecifier extends BaseSpecifier<T> {
  _tag = 'Exact';

  /** The public name referenced in config */
  name = 'exact' as const;