mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
Mark ServerChannel's description as optional
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ export type ServerChannel = {
|
||||
/**
|
||||
* Channel description
|
||||
*/
|
||||
description: string
|
||||
description?: string
|
||||
|
||||
icon?: Attachment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user