Packages › trotsky › StepCreatePostOutput
StepCreatePostOutput type
Defines the output of a create-post operation, containing the post's unique URI and CID.
Signature:
typescript
export type StepCreatePostOutput = {
"uri": string;
"cid": string;
};