chore: Update /core constants (#8874)

This commit is contained in:
Jiralite
2022-11-28 08:14:16 +00:00
committed by GitHub
parent ebf9991df7
commit ed68a1af5b
8 changed files with 9 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ export interface MemberJSON {
summary: string | null;
}
export const PACKAGES = ['builders', 'collection', 'proxy', 'rest', 'util', 'voice', 'ws'];
export const PACKAGES = ['builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
let idx = 0;
export function createApiModel(data: any) {