{"version":3,"file":"index.cjs","names":[],"sources":["../../../../src/graphql/types/base/index.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class BaseMessageInput {\n  @Field(() => String)\n  id: string;\n\n  @Field(() => Date)\n  createdAt: Date;\n}\n"],"mappings":";;;;;;;;AAGO,6BAAM,iBAAiB;2DACf,OAAO;2DAGP,KAAK;6EALR"}