Skip to content

Commit

Permalink
fix(lib/server): removed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Oct 17, 2024
1 parent 7453522 commit f1e9cbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ import type { OxVehicle } from 'server/vehicle/class';
import type { PayAccountInvoice, DeleteAccountInvoice } from 'server/accounts';
import type { OxPlayer } from 'server/player/class';
import type { GetCharIdFromStateId } from 'server/player/db';
import type { DeleteAccount, DepositMoney, WithdrawMoney } from 'server/accounts/db';
import type { DeleteGroup, GetGroupsByType, RemoveGroupPermission, SetGroupPermission } from 'server/groups';
import { Ox as OxCore, OxCommon } from 'lib';

interface OxServer extends OxCommon {
DeleteAccount: typeof DeleteAccount;
DepositMoney: typeof DepositMoney;
WithdrawMoney: typeof WithdrawMoney;
SaveAllPlayers: typeof OxPlayer.saveAll;
SaveAllVehicles: typeof OxVehicle.saveAll;
GetCharIdFromStateId: typeof GetCharIdFromStateId;
Expand Down

0 comments on commit f1e9cbf

Please sign in to comment.