PromucFlow_constructor/app/client/src/ce/actions/tenantActions.ts

6 lines
177 B
TypeScript
Raw Normal View History

import { ReduxActionTypes } from "@appsmith/constants/ReduxActionConstants";
export const getCurrentTenant = () => ({
type: ReduxActionTypes.FETCH_CURRENT_TENANT_CONFIG,
});