Server/project/src/models/eft/location/IAirdropLootResult.ts

7 lines
148 B
TypeScript
Raw Normal View History

import { LootItem } from "../../../models/spt/services/LootItem";
export interface IAirdropLootResult
{
dropType: string
loot: LootItem[]
}