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