29 lines
751 B
TypeScript
29 lines
751 B
TypeScript
// AUTO-GENERATED by atmn pull
|
|
// DO NOT EDIT MANUALLY
|
|
|
|
import type {} from "@useautumn/sdk";
|
|
|
|
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;
|
|
}
|