UNPKG

rsshub

Version:
13 lines (11 loc) 180 B
interface WPPost { title: { rendered: string; }; content: { rendered: string; }; date_gmt: string; link: string; } export type { WPPost };