Files
bigcapital/packages/webapp/src/store/plans/plans.actions.tsx
2023-02-03 01:02:31 +02:00

6 lines
130 B
TypeScript

// @ts-nocheck
import t from '@/store/types';
export const initSubscriptionPlans = () => ({
type: t.INIT_SUBSCRIPTION_PLANS
});