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