parentSchema
constparentSchema:ZodDiscriminatedUnion<[ZodObject<{database_id:ZodUUID;type:ZodLiteral<"database_id">; },$strip>,ZodObject<{data_source_id:ZodUUID;database_id:ZodUUID;type:ZodLiteral<"data_source_id">; },$strip>,ZodObject<{page_id:ZodUUID;type:ZodLiteral<"page_id">; },$strip>,ZodObject<{type:ZodLiteral<"workspace">;workspace:ZodLiteral<true>; },$strip>,ZodObject<{block_id:ZodUUID;type:ZodLiteral<"block_id">; },$strip>,ZodObject<{agent_id:ZodUUID;type:ZodLiteral<"agent_id">; },$strip>],"type">
Defined in: src/schemas/parent.schema.ts:56