chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Field, InputType } from "type-graphql";
|
||||
|
||||
@InputType()
|
||||
export class AgentStateInput {
|
||||
@Field(() => String)
|
||||
agentName: string;
|
||||
|
||||
@Field(() => String)
|
||||
state: string;
|
||||
|
||||
@Field(() => String, { nullable: true })
|
||||
config?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user