mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
|
|
export default interface BuildContext {
|
||
|
|
baseDir: string;
|
||
|
|
}
|