@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias LocalShellExecAction

    type LocalShellExecAction = {
        command: string[];
        env: { [key in string]?: string } | null;
        timeout_ms: bigint | null;
        user: string | null;
        working_directory: string | null;
    }
    Index

    Properties

    command: string[]
    env: { [key in string]?: string } | null
    timeout_ms: bigint | null
    user: string | null
    working_directory: string | null