You've already forked obsidian-visualiser
Fix Campaign log DB and rendering. Migrate mail rendering to virtual DOM API.
This commit is contained in:
2
app/types/campaign.d.ts
vendored
2
app/types/campaign.d.ts
vendored
@@ -21,6 +21,6 @@ export type Campaign = {
|
||||
export type CampaignLog = {
|
||||
target: number;
|
||||
timestamp: Serialize<Date>;
|
||||
type: 'ITEM' | 'CHARACTER' | 'PLACE' | 'EVENT' | 'FIGHT' | 'TEXT';
|
||||
type: 'ITEM' | 'CHARACTER' | 'PLACE' | 'FIGHT' | 'TEXT';
|
||||
details: string;
|
||||
};
|
||||
Reference in New Issue
Block a user