Skip to content

Packages  ›  trotsky  ›  StepCreatePostParams

StepCreatePostParams type

Defines the parameters for creating a new post. Consists of a partial but excludes createdAt.

Signature:

typescript
export type StepCreatePostParams = Partial<AppBskyFeedPost.Record> & Omit<AppBskyFeedPost.Record, "createdAt">;