What are Types?

Types are like blueprints for your data. They define the structure of your data and how it can be interacted with.

Types are used to define the shape of the data that will be generated. They define the properties of the data, such as the data type, format, and constraints.

Once outlined they tell Cyyrus, “Hey, this chunk of info is a string of text” or “This bit here? It’s a number.” and so on. Without types, your data would be a mess of random bits.