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