0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 07:10:44 -05:00

Remove unused file

This commit is contained in:
Dev 2023-10-29 20:46:50 +00:00
parent 199d7be0aa
commit fe703b34ec

View File

@ -1,5 +0,0 @@
// eslint-disable-next-line @typescript-eslint/naming-convention
export const TYPES: {[name:string]: symbol} = {
PROGRAM: Symbol.for("PROGRAM"),
APP: Symbol.for("APP")
};