import { FieldProp } from "../typings";
export const fieldMapping: Record<FieldProp["type"], { id: string }> = {
text: { id: "ca7ac237-8f22-4492-bb9d-4b715b1f5c25" },
} as any;