Skip to content

Commit

Permalink
Update interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 9, 2025
1 parent 7c20e16 commit 264db0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.

This file was deleted.

3 changes: 3 additions & 0 deletions project/src/models/eft/profile/ISptProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,13 @@ export interface IEffects {
RightLeg: IRightLeg;
}

// biome-ignore lint/complexity/noBannedTypes: Not sure of typing on these for now.
export type IHead = {};

// biome-ignore lint/complexity/noBannedTypes: Not sure of typing on these for now.
export type IChest = {};

// biome-ignore lint/complexity/noBannedTypes: Not sure of typing on these for now.
export type IStomach = {};

export interface ILeftArm {
Expand Down
4 changes: 1 addition & 3 deletions project/src/models/eft/ragfair/ISearchRequestData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ISearchRequestData {
handbookId: string;
linkedSearchId: string;
neededSearchId: string;
buildItems: BuildItems;
buildItems: Record<string, number>;
buildCount: number;
tm: number;
reload: number;
Expand All @@ -31,5 +31,3 @@ export enum OfferOwnerType {
TRADEROWNERTYPE = 1,
PLAYEROWNERTYPE = 2,
}

export type BuildItems = {};

0 comments on commit 264db0c

Please sign in to comment.