1.2.1
This commit is contained in:
@@ -7,3 +7,15 @@
|
||||
# Type Alias: List
|
||||
|
||||
> **List** = `FromSchema`\<*typeof* `listSchema`\> & `object`
|
||||
|
||||
Represents a List object.
|
||||
|
||||
Core properties enforced by schema:
|
||||
- `id`: Unique identifier (slug)
|
||||
- `title`: Human readable title
|
||||
- `placeRefs`: Array of place references containing `id` and `geohash`
|
||||
- `createdAt`: ISO date string
|
||||
|
||||
Optional properties:
|
||||
- `color`: Hex color code
|
||||
- `updatedAt`: ISO date string
|
||||
|
||||
Reference in New Issue
Block a user