import { OpenLinkStruct } from '../struct'; export interface InfoLinkRes { ols?: OpenLinkStruct[]; }