4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
import { type RefinementAction } from "../types";
|
|
|
|
export const refinementActions: Record<string, RefinementAction> = {};
|