terse-types
v0.0.1
Published
Shared Terse TypeScript types, enums, constants, and helpers.
Maintainers
Readme
terse-types
Shared Terse TypeScript types, enums, constants, and helpers packaged for reuse across repositories.
Install
npm install terse-typespnpm add terse-typesUsage
Import from the root barrel when you want the common API surface:
import { IntegrationType, type User } from "terse-types"Import by subpath when you want a specific module:
import { ApiRoutes } from "terse-types"
import type { RunHistoryStatus } from "terse-types/RunHistoryTypes"Local Development
The terse-types workspace package lives in the repo's terse-types/ directory.
Build it from the repo root with:
pnpm --filter terse-types run buildIf you are working on the local CLI and SDK at the same time, relink them from the repo root with:
pnpm run install-global