1
0
Fork 0
cautious-journey/docs/api/cautious-journey.resolveinp...

24 lines
856 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [ResolveInput](./cautious-journey.resolveinput.md)
## ResolveInput interface
Collected inputs for a resolver run.
<b>Signature:</b>
```typescript
export interface ResolveInput
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [flags](./cautious-journey.resolveinput.flags.md) | Array&lt;[FlagLabel](./cautious-journey.flaglabel.md)<!-- -->&gt; | |
| [initial](./cautious-journey.resolveinput.initial.md) | Array&lt;string&gt; | |
| [labels](./cautious-journey.resolveinput.labels.md) | Array&lt;string&gt; | |
| [states](./cautious-journey.resolveinput.states.md) | Array&lt;[StateLabel](./cautious-journey.statelabel.md)<!-- -->&gt; | |