AshTypst.CompileResult (ash_typst v0.2.0)

Copy Markdown View Source

Result of a successful compilation.

Summary

Types

t()

@type t() :: %AshTypst.CompileResult{
  page_count: non_neg_integer(),
  warnings: [AshTypst.Diagnostic.t()]
}