mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
16 lines
484 B
Markdown
16 lines
484 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContractData](./bitburner.codingcontractdata.md)
|
|
|
|
## CodingContractData type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type CodingContractData<T extends string> = T extends `${keyof CodingContractSignatures}`
|
|
? CodingContractSignatures[T][0]
|
|
: any;
|
|
```
|
|
**References:** [CodingContractSignatures](./bitburner.codingcontractsignatures.md)
|
|
|