Boatstack TypeScript SDK
Repository
Preparing search index...
@operatorstack/boatstack
EntryInputDefinition
Interface EntryInputDefinition
Declares one typed value that must be resolved before a run starts.
interface
EntryInputDefinition
{
config
?:
unknown
;
id
:
string
;
required
:
boolean
;
resolver
?:
string
;
type
:
string
;
}
Index
Properties
config?
id
required
resolver?
type
Properties
Optional
config
config
?:
unknown
id
id
:
string
required
required
:
boolean
Optional
resolver
resolver
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
id
required
resolver
type
Repository
Boatstack TypeScript SDK
Loading...
Declares one typed value that must be resolved before a run starts.