export class LatestSpecifier extends BaseSpecifier<T> {
  _tag = 'Latest';

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