{"version":3,"sources":["/Users/shyun/comcom/ain-enterprise/ain-adk/dist/cjs/chunk-AQGJBXBU.cjs","../../src/modules/auth/auth.module.ts"],"names":[],"mappings":"AAAA;ACGO,IAAe,WAAA,EAAf,MAA0B;AAEjC,CAAA;ADFA;AACA;AACE;AACF,gCAAC","file":"/Users/shyun/comcom/ain-enterprise/ain-adk/dist/cjs/chunk-AQGJBXBU.cjs","sourcesContent":[null,"import type { Request, Response } from \"express\";\nimport type { AuthResponse } from \"@/types/auth\";\n\nexport abstract class AuthModule {\n\tabstract authenticate(req: Request, res: Response): Promise<AuthResponse>;\n}\n"]}