@squidcloud/backend
    Preparing search index...

    Interface WorkspaceMetadata

    Metadata for a workspace. May gain additional fields over time — treat as extensible, not exhaustive.

    interface WorkspaceMetadata {
        id: string;
        path: string;
    }
    Index

    Properties

    Properties

    id: string

    The workspace id, generated by create when none is given.

    path: string

    Absolute path of the workspace directory on this pod's local disk.