Boatstack TypeScript SDK
    Preparing search index...

    Interface WorkInputDefinition

    Binds one foreground-work input to a declared entry input.

    interface WorkInputDefinition {
        entry_input: string;
        id: string;
    }
    Index

    entry_input

    entry_input: string
    id: string