FoPost.BulkImportRow (FoPost v0.1.0)

Copy Markdown View Source

One CSV row as the bulk-import validator read it.

Summary

Types

t()

@type t() :: %FoPost.BulkImportRow{
  accounts: term(),
  content_preview: term(),
  errors: term(),
  has_media: term(),
  labels: term(),
  raw: term(),
  row: term(),
  schedule_at: term()
}