1.4.0 • Published 2 years ago
@atls-ai/types v1.4.0
@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"
};