🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@useatlas/types

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/types

Shared types for the Atlas text-to-SQL agent

Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
2K
9.99%
Maintainers
1
Weekly downloads
 
Created
Source

@useatlas/types

Shared TypeScript types for the Atlas text-to-SQL agent.

Install

bun add @useatlas/types

Usage

Import from the barrel or use deep imports for tree-shaking:

import type { Conversation, AuthMode, DBType } from "@useatlas/types";

// Deep imports
import type { ChatErrorCode } from "@useatlas/types/errors";
import type { Recipient } from "@useatlas/types/scheduled-task";
import { parseChatError, authErrorMessage } from "@useatlas/types/errors";

Modules

Import pathContents
@useatlas/typesBarrel — re-exports everything below
@useatlas/types/authAuthMode, AtlasRole, AtlasUser
@useatlas/types/conversationConversation, Message, ConversationWithMessages
@useatlas/types/connectionDBType, ConnectionHealth, ConnectionInfo, ConnectionDetail
@useatlas/types/actionActionApprovalMode, ActionDisplayStatus, ActionToolResultShape
@useatlas/types/scheduled-taskScheduledTask, Recipient, ScheduledTaskRun
@useatlas/types/errorsChatErrorCode, ChatErrorInfo, parseChatError, authErrorMessage
@useatlas/types/semanticDimension, SemanticEntitySummary, SemanticEntityDetail
@useatlas/types/shareShareLink

License

MIT

Keywords

atlas

FAQs

Package last updated on 23 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts