mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
API: Add a way to get the list of all factions (#1457)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContractAnswer](./bitburner.codingcontractanswer.md)
|
||||
|
||||
## CodingContractAnswer type
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
export type CodingContractAnswer<T extends string> = T extends `${keyof CodingContractSignatures}`
|
||||
? CodingContractSignatures[T][1]
|
||||
: any;
|
||||
```
|
||||
**References:** [CodingContractSignatures](./bitburner.codingcontractsignatures.md)
|
||||
|
||||
Reference in New Issue
Block a user