mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
|
export type Range = {
|
||
|
|
start: number;
|
||
|
|
end: number;
|
||
|
|
};
|