UNPKG

rsshub

Version:
18 lines (17 loc) 352 B
export interface ContentsResponse { code: number; msg: string; data: { contents: { id: number; subject: string; author: string; publish_time: string; }[]; current_term: { id: number; title: string; type: string; }; }; }