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

    Type Alias GetWorkspaceMessagesResponse

    type GetWorkspaceMessagesResponse = {
        featureEnabled: boolean;
        messages: WorkspaceMessage[];
    }
    Index

    Properties

    featureEnabled: boolean

    Whether the workspace-message backend route is available for this client.

    messages: WorkspaceMessage[]

    Active workspace messages returned by the backend.