APIv1.MetafieldData type
Metafield creation data
This interface was referenced by V1's JSON-Schema via the definition "MetafieldData".
Signature:
export type MetafieldData = {
key: string;
namespace: "core3d" | "custom";
value: unknown;
}[];