View Source Kinda.CodeGen.TypeDecl (kinda v0.11.0)
A generated type declaration.
Type declarations are projected from the "records" entries of a signature
manifest into typed record projections (Kinda.CodeGen.TypeSpecRef), and
can be round-tripped to and from manifest maps.
Summary
Types
@type t() :: %Kinda.CodeGen.TypeDecl{ doc: String.t() | nil, name: atom(), source_record_name: String.t() | nil, typespec: Kinda.CodeGen.TypeSpecRef.t() }