mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
types(Constants): remove deleted properties from Package (#6908)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2429,7 +2429,6 @@ export const Constants: {
|
||||
name: string;
|
||||
version: string;
|
||||
description: string;
|
||||
author: string;
|
||||
license: string;
|
||||
main: string;
|
||||
types: string;
|
||||
@@ -2440,7 +2439,6 @@ export const Constants: {
|
||||
scripts: Record<string, string>;
|
||||
engines: Record<string, string>;
|
||||
dependencies: Record<string, string>;
|
||||
peerDependencies: Record<string, string>;
|
||||
devDependencies: Record<string, string>;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user