blockPositionSchema
constblockPositionSchema:ZodDiscriminatedUnion<[ZodObject<{after_block:ZodObject<{id:ZodUUID; },$strip>;type:ZodLiteral<"after_block">; },$strip>,ZodObject<{type:ZodLiteral<"start">; },$strip>,ZodObject<{type:ZodLiteral<"end">; },$strip>],"type">
Defined in: src/schemas/block.schema.ts:33
Position to insert block children in the Append Block Children endpoint.