w-aura/src/api/resources/index.ts
2024-07-05 15:40:22 +00:00

32 lines
1.4 KiB
TypeScript

export * as Assets from "./Assets";
export * as AssetCategories from "./AssetCategories";
export * as Apps from "./Apps";
export * as User from "./User";
export * as DailyForecasts from "./UserDailyForecasts";
export * as Auras from "./Auras";
export * as Element from "./Element";
export * as Elements from "./Elements";
export * as AuthTokens from "./AuthTokens";
export * as SubscriptionItems from "./UserSubscriptionItemPrices";
export * as SubscriptionCheckout from "./UserSubscriptionCheckout";
export * as SubscriptionStatus from "./UserSubscriptionStatus";
export * as AICompatCategories from "./AICompatCategories";
export * as AICompats from "./AICompats";
export * as AIRequests from "./AIRequests";
export * as UserCallbacks from "./UserCallbacks";
export * as Translations from "./Translations";
export * as Zodiacs from "./Zodiacs";
export * as GoogleAuth from "./GoogleAuth";
export * as SubscriptionPlans from "./SubscriptionPlans";
export * as AppleAuth from "./AppleAuth";
export * as AIRequestsV2 from "./AIRequestsV2";
export * as Assistants from "./Assistants";
export * as OpenAI from "./OpenAI";
export * as SinglePayment from "./SinglePayment";
export * as Products from "./Products";
export * as Palmistry from "./Palmistry";
export * as Paywall from "./Paywall";
export * as Payment from "./Payment";
export * as UserVideos from "./UserVideos";
export * as UserPDF from "./UserPDF";