Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / comments / CommentInputDataSchema

Variable: CommentInputDataSchema

const CommentInputDataSchema: ZodUnion<CommentInputData>;

Defined in: packages/sdk/src/comments/schemas.ts:134

Comment input data schema. This is used as input of the functions.

It validates precisely what shapes we expect in case of a comment or a reply.