/**
 * Type of page information
 *
 * 页面信息类型
 */
export type PageInfoType = "Author" | "Category" | "Date" | "Original" | "PageView" | "Tag" | "ReadingTime" | "Word";
//# sourceMappingURL=info.d.ts.map