export enum Scope {
  Transient = 'transient',
  Singleton = 'singleton',
}
