Boatstack TypeScript SDK
    Preparing search index...

    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
    config?: unknown
    id: string
    required: boolean
    resolver?: string
    type: string