Variable ProductFieldConst
ProductField: ZodEnum<
{
categoryId: "categoryId";
createdAt: "createdAt";
deletedAt: "deletedAt";
description: "description";
id: "id";
model: "model";
name: "name";
parentId: "parentId";
readonly: "readonly";
sku: "sku";
slug: "slug";
typeId: "typeId";
upc: "upc";
updatedAt: "updatedAt";
updatedById: "updatedById";
uuid: "uuid";
},
> = ...
ProductField schema (Thu Nov 13 2025)