slight clarification
This commit is contained in:
		
							parent
							
								
									da272735cf
								
							
						
					
					
						commit
						d65480a0bb
					
				@ -76,6 +76,7 @@ export interface ILoadoutConfigDatabase extends Omit<ILoadoutConfigClient, "Item
 | 
				
			|||||||
// for request and response from and to client
 | 
					// for request and response from and to client
 | 
				
			||||||
export interface ILoadoutConfigClient {
 | 
					export interface ILoadoutConfigClient {
 | 
				
			||||||
    ItemId: IOid;
 | 
					    ItemId: IOid;
 | 
				
			||||||
 | 
					    Remove?: boolean; // when client wants to remove a config, it only includes ItemId & Remove.
 | 
				
			||||||
    n?: string;
 | 
					    n?: string;
 | 
				
			||||||
    PresetIcon?: string;
 | 
					    PresetIcon?: string;
 | 
				
			||||||
    Favorite?: boolean;
 | 
					    Favorite?: boolean;
 | 
				
			||||||
@ -83,7 +84,6 @@ export interface ILoadoutConfigClient {
 | 
				
			|||||||
    p?: IEquipmentSelection;
 | 
					    p?: IEquipmentSelection;
 | 
				
			||||||
    l?: IEquipmentSelection;
 | 
					    l?: IEquipmentSelection;
 | 
				
			||||||
    m?: IEquipmentSelection;
 | 
					    m?: IEquipmentSelection;
 | 
				
			||||||
    Remove?: boolean;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IEquipmentSelection {
 | 
					export interface IEquipmentSelection {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user