@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DevboxSendStdInRequest

    interface DevboxSendStdInRequest {
        signal?: "EOF" | "INTERRUPT" | null;
        text?: string | null;
    }
    Index

    Properties

    Properties

    signal?: "EOF" | "INTERRUPT" | null

    Signal to send to std in of the running execution.

    text?: string | null

    Text to send to std in of the running execution.