20 lines
195 B
Markdown
20 lines
195 B
Markdown
# AttachTo
|
|
|
|
The maximum amount of usage for this tier.
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `float`
|
|
|
|
```python
|
|
value: float = /* values here */
|
|
```
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|