mirror of
https://github.com/frappe/books.git
synced 2025-02-09 15:38:39 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import Store from 'electron-store';
|
|
import type { ConfigMap } from 'fyo/core/types';
|
|
|
|
const config = new Store<ConfigMap>();
|
|
export default config;
|