{"version":3,"file":"agents-response.type.mjs","names":[],"sources":["../../../src/graphql/types/agents-response.type.ts"],"sourcesContent":["import { Field, ObjectType } from \"type-graphql\";\n\n@ObjectType()\nexport class Agent {\n  @Field(() => String)\n  id: string;\n\n  @Field(() => String)\n  name: string;\n\n  @Field(() => String)\n  description?: string;\n}\n\n@ObjectType()\nexport class AgentsResponse {\n  @Field(() => [Agent])\n  agents: Agent[];\n}\n"],"mappings":";;;;;;AAGO,kBAAM,MAAM;YAChB,YAAY,OAAO;YAGnB,YAAY,OAAO;YAGnB,YAAY,OAAO;oBARrB,YAAY;AAaN,2BAAM,eAAe;YACzB,YAAY,CAAC,MAAM,CAAC;6BAFtB,YAAY"}