mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13: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;
|
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