/** * Represents a Shopify Policy. */ export interface Policy { body: string; created_at: string; updated_at: string; handle: string; url: string; }