Packages › trotsky › StepPostRepostOutput
StepPostRepostOutput type
Represents the output of a repost step, including the URI and CID of the reposted content.
Signature:
typescript
export type StepPostRepostOutput = {
"uri": string;
"cid": string;
};