Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / comments / CreateReplyCommentDataParams

Type Alias: CreateReplyCommentDataParams

type CreateReplyCommentDataParams = CreateCommentDataParamsShared & {
  parentId: Hex;
};

Defined in: packages/sdk/src/comments/types.ts:62

The parameters for creating a reply comment

Type declaration

parentId

parentId: Hex;

The ID of the parent comment