import { type __TYPE_NAME__ } from "@/config/schemas/__SOURCE_NAME__/__SCHEMA_NAME__";

// TODO: Make sure this variable is properly set to your primary key field
export const idFieldName: keyof __TYPE_NAME__ = "__FIRST_FIELD_NAME__";
