# initialState

**Kind:** Constant

**Source:** `Pams/Web/Pams.Web/Client/app/reducers/job.ts` (line 47)

**Part of:** [Pams](subsystem-pams)

## Definition

```ts
JobState
```

## Value

```ts
{
  inquiry: null,
  initialInquiry: null,
  branches: [],
  clients: [],
  productTypes: [],
  employees: [],
  suppliers: [],
  projects: [],
  inquiryTypes: [],
  guaranteeValueTypes: [],
  processReasons: [],
  offerStatuses: [],
  orderStatuses: [],
  orderChances: [],
  deliveryTerms: [],
  paymentMethods: [],
  allTimePeriods: [],
  reactivationReasons: [],
  jobVersionsStatusLog: [],
  loa…
```
