forked from OpenWF/SpaceNinjaServer
		
	chore: remove unused IInventoryResponseDocument
This commit is contained in:
		
							parent
							
								
									f310028e42
								
							
						
					
					
						commit
						1c186450e1
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
 | 
					/* eslint-disable @typescript-eslint/no-explicit-any */
 | 
				
			||||||
import { Document, Types } from "mongoose";
 | 
					import { Types } from "mongoose";
 | 
				
			||||||
import { IOid, IMongoDate } from "../commonTypes";
 | 
					import { IOid, IMongoDate } from "../commonTypes";
 | 
				
			||||||
import {
 | 
					import {
 | 
				
			||||||
    ArtifactPolarity,
 | 
					    ArtifactPolarity,
 | 
				
			||||||
@ -37,8 +37,6 @@ export interface IInventoryDatabase
 | 
				
			|||||||
    WeaponSkins: IWeaponSkinDatabase[];
 | 
					    WeaponSkins: IWeaponSkinDatabase[];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IInventoryResponseDocument extends IInventoryResponse, Document {}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export interface IQuestKeyDatabase {
 | 
					export interface IQuestKeyDatabase {
 | 
				
			||||||
    Progress?: IQuestProgress[];
 | 
					    Progress?: IQuestProgress[];
 | 
				
			||||||
    unlock?: boolean;
 | 
					    unlock?: boolean;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user