[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveInformation](./bitburner.sleeveinformation.md) ## SleeveInformation interface Object representing sleeve information. Signature: ```typescript export interface SleeveInformation ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [city](./bitburner.sleeveinformation.city.md) | string | Location of the sleeve | | [earningsForPlayer](./bitburner.sleeveinformation.earningsforplayer.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings synchronized to the player | | [earningsForSleeves](./bitburner.sleeveinformation.earningsforsleeves.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings synchronized to other sleeves | | [earningsForTask](./bitburner.sleeveinformation.earningsfortask.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings for this sleeve | | [hp](./bitburner.sleeveinformation.hp.md) | number | Current hp of the sleeve | | [jobs](./bitburner.sleeveinformation.jobs.md) | string\[\] | Jobs available to the sleeve | | [jobTitle](./bitburner.sleeveinformation.jobtitle.md) | string\[\] | Job titles available to the sleeve | | [maxHp](./bitburner.sleeveinformation.maxhp.md) | number | Max hp of the sleeve | | [mult](./bitburner.sleeveinformation.mult.md) | [CharacterMult](./bitburner.charactermult.md) | Sleeve multipliers | | [timeWorked](./bitburner.sleeveinformation.timeworked.md) | number | Time spent on the current task in milliseconds | | [tor](./bitburner.sleeveinformation.tor.md) | boolean | Does this sleeve have access to the tor router | | [workRepGain](./bitburner.sleeveinformation.workrepgain.md) | number | Faction or company reputation gained for the current task |