Files
cfw-autumn/apps/sdk-test/@useautumn-sdk.d.ts
2026-03-13 18:01:30 +00:00

27 lines
712 B
TypeScript

// AUTO-GENERATED by atmn pull
// DO NOT EDIT MANUALLY
declare module '@useautumn/sdk' {
// Features
export const chat_messages: Feature;
export const editors: Feature;
export const pages: Feature;
export const domains: Feature;
export const pdf_create: Feature;
// Plans
export const free: Plan;
export const limited_time_trial: Plan;
export const prepaid_credits: Plan;
export const startup: Plan;
export const growth: Plan;
export const ultra: Plan;
export const volume_based_product: Plan;
export const domains: Plan;
export const test: Plan;
// Base types
export type Feature = import('./autumn.config').Feature;
export type Plan = import('./autumn.config').Plan;
}