mirror of
https://github.com/mprojectscode/obsidian-bases-charts-plugin.git
synced 2026-07-22 06:43:19 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
export class UserError extends Error {}
|
|
|
|
export interface ProjectConfig {
|
|
corePackages: string[];
|
|
packages: string[];
|
|
}
|