mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
15 lines
408 B
Markdown
15 lines
408 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [Channel](./iceshrimp-sdk.entities.channel.md)
|
|
|
|
## entities.Channel type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type Channel = {
|
|
id: ID;
|
|
};
|
|
```
|
|
**References:** [ID](./iceshrimp-sdk.entities.id.md)
|
|
|