Variable: SUPPLEMENTAL_OFFENSES ​
ts
const SUPPLEMENTAL_OFFENSES: {
NB: "Burglary";
NL: "Larceny";
NMVT: "Motor Vehicle Theft";
NROB: "Robbery";
};Defined in: fbi/sdk.ts:66
Supplemental/Expanded Property offense codes
Type Declaration ​
NB ​
ts
readonly NB: "Burglary" = "Burglary";NL ​
ts
readonly NL: "Larceny" = "Larceny";NMVT ​
ts
readonly NMVT: "Motor Vehicle Theft" = "Motor Vehicle Theft";NROB ​
ts
readonly NROB: "Robbery" = "Robbery";