Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 544 Bytes

File metadata and controls

32 lines (21 loc) · 544 Bytes
title Provisioning
description Provisioning protocol schemas

{/* ⚠️ AUTO-GENERATED — DO NOT EDIT. Run build-docs.ts to regenerate. Hand-written docs live in the module folders under content/docs/. */}

TypeScript Usage

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

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

TenantPlan

Allowed Values

  • free
  • starter
  • pro
  • enterprise
  • custom