# `GSInstanceType`

*Enumeration*

Enum defining the types of instances.

## Declaration

```swift
enum GSInstanceType
```

```objc
enum GSInstanceType : uint8_t;
```

```python
GSInstanceType
```

## Topics

### Enumeration Cases

- [`GSInstanceType.GSInstanceTypeIcon`](/Core/GlyphsCore/GSInstanceType/GSInstanceTypeIcon) — Icon instance type.
- [`GSInstanceType.GSInstanceTypeParticle`](/Core/GlyphsCore/GSInstanceType/GSInstanceTypeParticle) — Particles type.
- [`GSInstanceType.GSInstanceTypeSingle`](/Core/GlyphsCore/GSInstanceType/GSInstanceTypeSingle) — Single instance type.
- [`GSInstanceType.GSInstanceTypeStatic`](/Core/GlyphsCore/GSInstanceType/GSInstanceTypeStatic) — Static instance type.
- [`GSInstanceType.GSInstanceTypeVariable`](/Core/GlyphsCore/GSInstanceType/GSInstanceTypeVariable) — Variable instance type.

