mirror of
https://github.com/fluencelabs/aqua-book
synced 2025-04-24 15:12:13 +00:00
372 B
372 B
Type definitions
data
Product type definition. See Types for details.
data SomeType:
fieldName: FieldType
otherName: OtherType
third: []u32
alias
Aliasing a type to a name.
It may help with self-documented code and refactoring.
alias PeerId: string
alias MyDomain: DomainType