Logo
Explore Help
Sign In
OpenWF/SpaceNinjaServer
22
24
Fork 25
You've already forked SpaceNinjaServer
Code Issues 20 Pull Requests 1 Actions Packages Projects Releases Activity
SpaceNinjaServer/src/types/commonTypes.ts

19 lines
332 B
TypeScript
Raw Normal View History

fix: junction rewards (#982) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/982 Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com> Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-21 06:32:05 -08:00
import { ITypeCount } from "@/src/types/inventoryTypes/inventoryTypes";
Fix interface names, +genericUpdate (#51) Co-authored-by: nk <nk@fbi.rocks> Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2023-09-05 07:37:30 -05:00
export interface IOid {
Add Ship (#13)
2023-06-05 04:16:49 +08:00
$oid: string;
}
Update 33.6.8 + mastery training (#55)
2023-09-11 13:20:07 +02:00
export interface IMongoDate {
$date: {
$numberLong: string;
};
}
fix: junction rewards (#982) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/982 Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com> Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-21 06:32:05 -08:00
export interface IReward {
items: ITypeCount[];
credits: number;
}
export type IJunctionRewards = Record<string, IReward>;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 76ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API