adding works, viewing works, but viewing specific blogs are not implemented yet.
This commit is contained in:
Vendored
+7
@@ -6,6 +6,13 @@ export interface HomelabApp {
|
||||
ssh_address: string | null;
|
||||
}
|
||||
|
||||
export interface Blog {
|
||||
id: string;
|
||||
title: string;
|
||||
content: string;
|
||||
reference: String[]; // list of app ids
|
||||
}
|
||||
|
||||
// Defines the custom attributes Tiptap will store in the DOM/JSON schema
|
||||
export interface AppMentionAttributes {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user