import { InformedOpenLinkStruct } from '../struct'; export interface SyncLinkRes { ols?: InformedOpenLinkStruct[]; ltk: number; }