{"version":3,"file":"injectable-scope.enum.mjs","names":[],"sources":["../../../src/enums/injectable-scope.enum.mts"],"sourcesContent":["export enum InjectableScope {\n  /**\n   * Singleton scope: The instance is created once and shared across the application.\n   */\n  Singleton = 'Singleton',\n  /**\n   * Instance scope: A new instance is created for each injection.\n   */\n  Transient = 'Transient',\n  /**\n   * Request scope: The instance is created once per request and shared within that request context.\n   */\n  Request = 'Request',\n}\n\n"],"mappings":";AAAA,IAAY,8DAAL;;;;AAIL;;;;AAIA;;;;AAIA"}