Cnpja.CnpjListExportPage (Cnpja v0.2.0)

Copy Markdown View Source

Paginated result of list-export search.

Summary

Types

t()

@type t() :: %Cnpja.CnpjListExportPage{
  count: integer(),
  limit: integer() | nil,
  next: String.t() | nil,
  records: [Cnpja.CnpjListExport.t()]
}