UNPKG

shopify-storefront

Version:
10 lines (8 loc) 142 B
export interface IShopPolicy { id: string; body: string; handle: string; title: string; url: string; } export default IShopPolicy;