[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [ResolveInput](./cautious-journey.resolveinput.md) ## ResolveInput interface Collected inputs for a resolver run. Signature: ```typescript export interface ResolveInput ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [flags](./cautious-journey.resolveinput.flags.md) | Array<[FlagLabel](./cautious-journey.flaglabel.md)> | | | [initial](./cautious-journey.resolveinput.initial.md) | Array<string> | | | [labels](./cautious-journey.resolveinput.labels.md) | Array<string> | | | [states](./cautious-journey.resolveinput.states.md) | Array<[StateLabel](./cautious-journey.statelabel.md)> | |