mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 09:39:00 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export type Range = {
|
|
start: number;
|
|
end: number;
|
|
};
|