You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Converted models and services to TypeScript
This commit is contained in:
@ -8,12 +8,12 @@ import { Disposable } from './types';
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
const Note = require('../../../models/Note');
|
||||
import Note from '../../../models/Note';
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
const Folder = require('../../../models/Folder');
|
||||
import Folder from '../../../models/Folder';
|
||||
|
||||
enum ItemChangeEventType {
|
||||
Create = 1,
|
||||
|
Reference in New Issue
Block a user