UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 233 B
import { RSSItemV2 } from '../types/rss.js'; import { UpdateMDXComponent } from './index.js'; export declare const processUpdateNode: ({ updateNode, date, }: { updateNode: UpdateMDXComponent; date: string; }) => RSSItemV2[];