# core/ids/methodology.ids.ts

> 6 lines of code and 6 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-methodology-ids-ts
Source text: https://banes-lab.com/assets/sources/source.75e473e1aef88d2488a1d183a5e33b7a90a01bbce005c5f5307805a668c1500a.generated.txt

## Definitions

- `START_TAB` (lexical_declaration, line 1, exported)
- `PLAN_TAB` (lexical_declaration, line 2, exported)
- `BUILD_TAB` (lexical_declaration, line 3, exported)
- `VERIFY_TAB` (lexical_declaration, line 4, exported)
- `COLLABORATE_TAB` (lexical_declaration, line 5, exported)
- `SHIP_TAB` (lexical_declaration, line 6, exported)

## Source

```typescript
export const START_TAB = "start";
export const PLAN_TAB = "plan";
export const BUILD_TAB = "build";
export const VERIFY_TAB = "verify";
export const COLLABORATE_TAB = "collaborate";
export const SHIP_TAB = "ship";
```
