/** * SanarLinkResponse.ts * Copyright (C) 2021 Sanar * * @author Edgard Leal * @module SanarLinkResponse.ts */ export interface SanarLinkResponse { url: string; slug: string; is_new: boolean; }