Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 604 Bytes

File metadata and controls

36 lines (24 loc) · 604 Bytes
title Provisioning
description Provisioning protocol schemas

{/* ⚠️ AUTO-GENERATED — DO NOT EDIT. Run build-docs.ts to regenerate. Hand-written docs go in content/docs/guides/. */}

**Source:** `packages/spec/src/cloud/provisioning.zod.ts`

TypeScript Usage

import { TenantPlan } from '@objectstack/spec/cloud';
import type { TenantPlan } from '@objectstack/spec/cloud';

// Validate data
const result = TenantPlan.parse(data);

TenantPlan

Allowed Values

  • free
  • starter
  • pro
  • enterprise
  • custom