Skip to content

Packages  ›  trotsky  ›  StepPostOutput

StepPostOutput type

Represents the output of a retrieved post, including its URI, CID, record data, and author profile.

Signature:

typescript
export type StepPostOutput = {
    "uri": string;
    "cid": string;
    "record": object;
    "author": AppBskyActorDefs.ProfileViewBasic;
};