import { MakeEmpty } from '@daffodil/driver/shopify'
type MakeEmpty<T extends { [key: string]: unknown; }, K extends keyof T> = { [_ in K]?: never; }