Webpack hook for jsongen, [somewhat broken] UI changes
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
interface Post { slug?: string, rawslug?: string, content?: string, title?: string };
|
||||
|
||||
export function getAllPosts(filter: Array<any> = []): Post[];
|
||||
export function getPost(rawslug: string, filter: Array<any> = []): Post;
|
||||
Reference in New Issue
Block a user