Files
cfw-autumn/packages/atmn-tests/@useautumn-sdk.d.ts
2026-03-25 16:32:53 +00:00

17 lines
347 B
TypeScript

// AUTO-GENERATED by atmn pull
// DO NOT EDIT MANUALLY
import type {} from "@useautumn/sdk";
declare module '@useautumn/sdk' {
// Features
export const messages: Feature;
// Plans
export const free: Plan;
// Base types
export type Feature = import('./autumn.config').Feature;
export type Plan = import('./autumn.config').Plan;
}