Shared TypeScript types, and constants used across the ANIS Backend and Frontend.
| Path | Contents |
|---|---|
src/types/ |
Shared TypeScript interfaces & enums |
src/constants/ |
Platform-wide constants |
src/interfaces/ |
Shared interfaces |
# Install (from another ANIS repo)
pnpm add @anis/sharedimport { QuestStatus, UserRole } from '@anis/shared';# Install dependencies
pnpm install
# Build
pnpm build
# Watch mode
pnpm dev
# Lint & format
pnpm lint
pnpm formatThis package is internal to the ANIS monorepo. Do not publish to the public npm registry.
