mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
import FNote from "../../entities/fnote";
|
||
|
|
|
||
|
|
export interface TabContext {
|
||
|
|
note: FNote | null | undefined;
|
||
|
|
}
|