export interface IShopPolicy {
  id: string;
  body: string;
  handle: string;
  title: string;
  url: string;
}

export default IShopPolicy;
