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