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

Add new type

This commit is contained in:
Chomp 2024-12-26 23:20:15 +00:00 committed by Refringe
parent 0568de39f2
commit 0de84e4760
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

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