@valon-technologies/gestalt
    Preparing search index...

    Interface RuntimeAgentWorkspace

    interface RuntimeAgentWorkspace {
        checkouts?: readonly RuntimeAgentWorkspaceGitCheckout[];
        cwd?: string;
    }
    Index

    Properties

    Properties

    checkouts?: readonly RuntimeAgentWorkspaceGitCheckout[]
    cwd?: string