/** * TrialLinkInput.ts * Copyright (C) 2021 Sanar * * @author Edgard Leal * @module TrialLinkInput.ts */ export interface SanarLinkInput { user_id: string; course_slug: string; }