We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0897fe commit 918a790Copy full SHA for 918a790
src/interfaces/Channel.interface.ts
@@ -14,15 +14,15 @@ export interface IChannel {
14
parentId?: string | null;
15
permissionOverwrites?: IOverwrite[];
16
deletedAt?: Date | null;
17
- type: number
+ type: number;
18
}
19
20
export interface IChannelUpdateBody {
21
name?: string | null;
22
23
24
25
- type?: number
+ type?: number;
26
27
export interface IChannelMethods {
28
softDelete: () => void;
0 commit comments