Версия:

Base Structures (Types and Interfaces)

The system contains a certain number of base structures (interfaces/types) that define various data formats, function call parameters, and their output parameters. They are primarily stored in two files:

  1. libs/api/APIStructures.ts — structures primarily related to the internal API.
  2. models/system/CoreClass/structures.ts — structures related to the base class (CoreClass), its methods, and core mechanisms.

Structures have detailed comments where necessary to understand their purpose and usage.