Skip to content

Variable: applicationTypeCodes ​

ts
const applicationTypeCodes: {
  DES: "Design";
  PLT: "Plant";
  PPA: "Provisional";
  REI: "Reissue";
  UTL: "Utility";
};

Defined in: uspto/sdk.ts:43

Patent application type codes used in ODP queries.

Type Declaration ​

DES ​

ts
readonly DES: "Design" = "Design";

PLT ​

ts
readonly PLT: "Plant" = "Plant";

PPA ​

ts
readonly PPA: "Provisional" = "Provisional";

REI ​

ts
readonly REI: "Reissue" = "Reissue";

UTL ​

ts
readonly UTL: "Utility" = "Utility";

Released under the MIT License.