mirror of
https://github.com/zadam/trilium.git
synced 2026-04-03 23:18:50 +02:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export default interface BuildContext {
|
|
gitRootDir: string;
|
|
baseDir: string;
|
|
}
|