UNPKG

shopify-storefront

Version:
7 lines (5 loc) 92 B
export interface IAttribute { key: string; value: string; } export default IAttribute;