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

    Type Alias WorkspaceMessage

    type WorkspaceMessage = {
        archivedAt: number | null;
        createdAt: number | null;
        messageBody: string;
        messageId: string;
        messageType: WorkspaceMessageType;
    }
    Index

    Properties

    archivedAt: number | null

    Unix timestamp (in seconds) when the message was archived.

    createdAt: number | null

    Unix timestamp (in seconds) when the message was created.

    messageBody: string
    messageId: string