Const
Pure builder functions — no Effect context required to construct them. Each returns a workflow object { upload: Effect, metadata: () => ... } the caller orchestrates (upload the file, then feed metadata into posting.configure or equivalent).
{ upload: Effect, metadata: () => ... }
posting.configure
Pure builder functions — no Effect context required to construct them. Each returns a workflow object
{ upload: Effect, metadata: () => ... }the caller orchestrates (upload the file, then feed metadata intoposting.configureor equivalent).