@vettly/shared

v0.1.10

Published

Shared TypeScript types for Vettly protection SDK

Downloads

168

Readme

@vettly/shared

Shared TypeScript types for the Vettly SDK ecosystem.

Vettly Packages

| Package | Description | |---------|-------------| | @vettly/sdk | Core TypeScript SDK | | @vettly/react | React components | | @vettly/express | Express middleware | | @vettly/nextjs | Next.js integration |

Usage

import type {
  CheckRequest,
  CheckResponse,
  Policy,
  Category,
  Action
} from '@vettly/shared'

Links