mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
16 lines
408 B
Markdown
16 lines
408 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [iceshrimp-js](./iceshrimp-js.md) > [entities](./iceshrimp-js.entities.md) > [Channel](./iceshrimp-js.entities.channel.md)
|
||
|
|
||
|
## entities.Channel type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type Channel = {
|
||
|
id: ID;
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./iceshrimp-js.entities.id.md)
|
||
|
|