(this: Channel<Table>, id: string = "*")
| 54 | } |
| 55 | |
| 56 | row(this: Channel<Table>, id: string = "*"): Channel<Row> { |
| 57 | return this.next<Row>("rows", id); |
| 58 | } |
| 59 | |
| 60 | // --- BUCKET ROUTE --- |
| 61 | file(this: Channel<Bucket>, id: string = "*"): Channel<File> { |