API — Type Alias: Declaration

Type Alias: Declaration

type Declaration = 
  | RecordDecl
  | UnionDecl
  | AliasDecl;

Defined in: parser/ast.ts:13