# TypesList

**Kind:** Constant

**Source:** `Outlook_plugin/src/attachement/attachement.model.ts` (line 99)

**Part of:** [Attachement](subsystem-outlook-plugin-src-attachement)

## Definition

```ts
{ Name: string; ID: number }[]
```

## Value

```ts
[
  //, { Name: "Employee", ID: RelatedToTypes.Employee }
  { Name: "Sales jobs", ID: RelatedToTypes.Job },
  { Name: "Buyout", ID: RelatedToTypes.PurchaseJob },
  { Name: "Purchasing", ID: RelatedToTypes.Procurement },
  { Name: "Project", ID: RelatedToTypes.Project },
  { Name: "Invoice", ID: RelatedToTypes.Invoice },
  { Name: "Payment", ID: RelatedToTypes.Payment },
  { Name: "Account", ID: Re…
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
