UNPKG

@copilotkit/runtime

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

11 lines (8 loc) 175 B
import { Field, InputType } from "type-graphql"; @InputType() export class BaseMessageInput { @Field(() => String) id: string; @Field(() => Date) createdAt: Date; }