✏️ New post + /now update
This commit is contained in:
Vendored
+8
@@ -167,6 +167,14 @@ declare module 'astro:content' {
|
||||
rendered?: RenderedContent;
|
||||
filePath?: string;
|
||||
}>;
|
||||
"vinyl": Record<string, {
|
||||
id: string;
|
||||
body?: string;
|
||||
collection: "vinyl";
|
||||
data: any;
|
||||
rendered?: RenderedContent;
|
||||
filePath?: string;
|
||||
}>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user