remove(types): no dots in jsdoc comments

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

View File

@@ -24,6 +24,6 @@ export interface Invite {
approximatePresenceCount?: number;
/** Approximate count of total members */
approximateMemberCount?: number;
/** The expiration date of this invite, returned from the `GET /invites/<code>` endpoint when `with_expiration` is `true`. */
/** The expiration date of this invite, returned from the `GET /invites/<code>` endpoint when `with_expiration` is `true` */
expiresAt?: string | null;
}