mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 23:01:05 +08:00
4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
export default interface BuildContext {
|
|
gitRootDir: string;
|
|
baseDir: string;
|
|
}
|