We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785f5a8 commit a0ab2f8Copy full SHA for a0ab2f8
.vitepress/theme/types.ts
@@ -52,7 +52,7 @@ export type DataItem = {
52
image?: string;
53
banner?: string;
54
updated?: number | string | Date;
55
- language?: string;
+ language?: Language;
56
enclosure_url?: string;
57
enclosure_type?: string;
58
enclosure_title?: string;
@@ -78,14 +78,15 @@ export type Data = {
78
allowEmpty?: boolean;
79
80
author?: string;
81
82
feedLink?: string;
83
lastBuildDate?: string;
84
itunes_author?: string;
85
itunes_category?: string;
86
itunes_explicit?: string | boolean;
87
id?: string;
88
-
+ icon?: string;
89
+ logo?: string;
90
atomlink?: string;
91
ttl?: number;
92
};
0 commit comments