mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
remove(types): no dots in jsdoc comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user