mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-29 03:23:25 +08:00
fix(client): build errors due to types
This commit is contained in:
parent
67f39e8bde
commit
dc103348d5
@ -68,7 +68,7 @@ export interface ExecuteCommandData<T> extends CommandData {
|
|||||||
|
|
||||||
export interface NoteSwitchedContext {
|
export interface NoteSwitchedContext {
|
||||||
noteContext: NoteContext;
|
noteContext: NoteContext;
|
||||||
notePath: string | null;
|
notePath: string | null | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -329,7 +329,7 @@ type EventMappings = {
|
|||||||
ntxId: string | null;
|
ntxId: string | null;
|
||||||
};
|
};
|
||||||
contextsReopened: {
|
contextsReopened: {
|
||||||
ntxId: string;
|
ntxId?: string;
|
||||||
mainNtxId: string | null;
|
mainNtxId: string | null;
|
||||||
tabPosition: number;
|
tabPosition: number;
|
||||||
afterNtxId?: string;
|
afterNtxId?: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user