UNPKG

@shopify/cli-kit

Version:

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

6 lines (5 loc) 89 B
export interface Column<T> { name: keyof T; width: number; color?: string; }