Implementation of #117: sharing
This commit is contained in:
@@ -30,3 +30,9 @@ export type IndexTreeEvent = {
|
||||
name: string;
|
||||
tree: ParseTree;
|
||||
};
|
||||
|
||||
export type PublishEvent = {
|
||||
uri: string;
|
||||
// Page name
|
||||
name: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user