forked from OpenWF/SpaceNinjaServer
		
	cleanup: remove unused guild stuff (#156)
This commit is contained in:
		
							parent
							
								
									d07e99f0c9
								
							
						
					
					
						commit
						477f678244
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
import { IGuild, IDatabaseGuild } from "@/src/types/guildTypes";
 | 
					import { IGuild } from "@/src/types/guildTypes";
 | 
				
			||||||
import { model, Schema } from "mongoose";
 | 
					import { model, Schema } from "mongoose";
 | 
				
			||||||
import { toOid } from "@/src/helpers/inventoryHelpers";
 | 
					import { toOid } from "@/src/helpers/inventoryHelpers";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,14 +5,6 @@ export interface IGuild {
 | 
				
			|||||||
    Name: string;
 | 
					    Name: string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IDatabaseGuild extends IGuild {
 | 
					 | 
				
			||||||
    _id: Types.ObjectId;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export interface IGuildResponse extends IGuild {
 | 
					 | 
				
			||||||
    _id: IOid;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export interface ICreateGuildRequest {
 | 
					export interface ICreateGuildRequest {
 | 
				
			||||||
    guildName: string;
 | 
					    guildName: string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user