remove(types): no dots in jsdoc comments

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

View File

@@ -2,6 +2,6 @@
export interface GetInvite {
/** Whether the invite should contain approximate member counts */
withCounts?: boolean;
/** Whether the invite should contain the expiration date. */
/** Whether the invite should contain the expiration date */
withExpiration?: boolean;
}