mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
// @ts-nocheck
|
|
import t from '@/store/types';
|
|
|
|
export const initSubscriptionPlans = () => ({
|
|
type: t.INIT_SUBSCRIPTION_PLANS
|
|
}); |