<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [CodePartList](./worker-tls.codepartlist.md)

## CodePartList type

代码块列表

**Signature:**

```typescript
export type CodePartList = (CodePart | INamedFunction | INamedFunctionMap)[];
```
**References:** [CodePart](./worker-tls.codepart.md)<!-- -->, [INamedFunction](./worker-tls.inamedfunction.md)<!-- -->, [INamedFunctionMap](./worker-tls.inamedfunctionmap.md)

