@arc-mcp/adt-ls - v0.5.0
    Preparing search index...

    Interface UserRef

    A repository/system user.

    interface UserRef {
        id: string;
        text?: string;
    }
    Index

    Properties

    Properties

    id: string
    text?: string