[Home](./index.md) > [bitburner](./bitburner.md) > [Crime](./bitburner.crime.md) ## Crime type All crimes. Signature: ```typescript type Crime = | "shoplift" | "rob store" | "mug" | "larceny" | "deal drugs" | "bond forgery" | "traffick arms" | "homicide" | "grand theft auto" | "kidnap" | "assassinate" | "heist"; ```