Skip to content

Packages  ›  trotsky  ›  StepPostLikeOutput

StepPostLikeOutput type

Represents the output of the StepPostLike step, which contains the URI and CID of the liked post.

Signature:

typescript
export type StepPostLikeOutput = {
    "uri": string;
    "cid": string;
};