slight clarification

This commit is contained in:
Sainan 2024-05-04 20:43:48 +02:00
parent da272735cf
commit d65480a0bb

View File

@ -76,6 +76,7 @@ export interface ILoadoutConfigDatabase extends Omit<ILoadoutConfigClient, "Item
// for request and response from and to client
export interface ILoadoutConfigClient {
ItemId: IOid;
Remove?: boolean; // when client wants to remove a config, it only includes ItemId & Remove.
n?: string;
PresetIcon?: string;
Favorite?: boolean;
@ -83,7 +84,6 @@ export interface ILoadoutConfigClient {
p?: IEquipmentSelection;
l?: IEquipmentSelection;
m?: IEquipmentSelection;
Remove?: boolean;
}
export interface IEquipmentSelection {