mirror of
https://example.com
synced 2024-11-23 07:56:39 +09:00
16 lines
403 B
Markdown
16 lines
403 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [firefish-js](./firefish-js.md) > [entities](./firefish-js.entities.md) > [Channel](./firefish-js.entities.channel.md)
|
||
|
|
||
|
## entities.Channel type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type Channel = {
|
||
|
id: ID;
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./firefish-js.entities.id.md)
|
||
|
|