@atls-ai/types
v1.4.0
Published
Atlas types
Downloads
7
Readme
@atls-ai/types
Atlas Types
Installation
npm install @atls-ai/types
Usage
import { atls } from "@atls-ai/types";
const test : atls.BaseEntity = {
partitionKey: "a",
rowKey: "1",
timestamp: "now"
};