export const Const = { APP_NAME: 'notion-db-exporter', DEFAULT_OUT_DIR: 'notion-db-csv', DEFAULT_CONFIG_PATH: './notion-db-exporter.yml', DEFAULT_SECRET_PATH: './notion-db-exporter-secret.yml' }; export default Const;