import LinkResponse from './LinkResponse'; declare type LinkListResponse = { items: LinkResponse[]; }; export default LinkListResponse;