Jānis 0af98bc6c2 feat: mission rewards & more
fixes mission rewards, item xp, tutorial
2024-09-06 02:02:26 +03:00

10 lines
125 B
TypeScript

export interface IOid {
$id: string;
}
export interface IMongoDate {
$date: {
$numberLong: string;
};
}