UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

6 lines (5 loc) 138 B
type Scalar = string | number | boolean | null | undefined; export default interface ScalarDict { [key: string]: Scalar; } export {};