mirror of
https://github.com/zadam/trilium.git
synced 2026-02-06 05:44:27 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export type Range = {
|
|
start: number;
|
|
end: number;
|
|
};
|