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