Mark ServerChannel's description as optional

This commit is contained in:
jack1142
2021-08-19 03:11:25 +00:00
parent 21a4abced0
commit 4a367f6f8f
+1 -1
View File
@@ -126,7 +126,7 @@ export type ServerChannel = {
/**
* Channel description
*/
description: string
description?: string
icon?: Attachment