remove(types): no dots in jsdoc comments

This commit is contained in:
ITOH
2021-05-01 13:04:27 +01:00
committed by GitHub
parent e62db7eefe
commit a594211dfd

View File

@@ -13,6 +13,6 @@ export interface EditWebhookMessage {
file: FileContent | FileContent[];
/** Allowed mentions for the message */
allowedMentions?: AllowedMentions | null;
/** Attached files to keep. */
/** Attached files to keep */
attachments?: Attachment | null;
}