export interface GetRemoteLinkById {
  /** The ID of the Remote Link to fetch. */
  remoteLinkId: string;
}
