export const SCOPE = { Request: "Request" as const, Singleton: "Singleton" as const, Transient: "Transient" as const };