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

Add new type

This commit is contained in:
Chomp 2024-12-26 23:20:15 +00:00
parent 4168cc1211
commit 900c2902d5

View File

@ -0,0 +1,5 @@
export interface ICustomisationStorage {
id: string;
source: string;
type: string;
}