/* Auto-generated */
import { rpcCall } from '@/tools/rpc-client';
import type * as Types from '../../../../../src/backend/types/MonthlyAnalytics';
export type * from '../../../../../src/backend/types/MonthlyAnalytics';

type Actions = typeof import('../../../../../src/backend/actions/MonthlyAnalytics');
export const getMonthlyAnalytics = (...args: Parameters<Actions["getMonthlyAnalytics"]>) => 
  rpcCall<Awaited<ReturnType<Actions["getMonthlyAnalytics"]>>>("src.backend.actions.MonthlyAnalytics.getMonthlyAnalytics", ...args);
