This commit is contained in:
Kartik K. Agaram 2021-08-10 20:50:34 -07:00
parent 2c07b35861
commit 6ff54c16f9
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
type channel {
id: (handle array byte)
name: (handle array byte)
posts: (handle array int) # item indices
newest-post-index: int