TargetSchema
@rotorsoft/act-root / act/src / TargetSchema
Variable: TargetSchema
constTargetSchema:ZodReadonly<ZodObject<{actor:ZodReadonly<ZodObject<{id:ZodString;name:ZodString; },$strip>>;expectedVersion:ZodOptional<ZodNumber>;stream:ZodString; },$strip>>
Defined in: libs/act/src/types/schemas.ts:28
Zod schema for a target (stream and actor info).