You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-10 00:05:42 +02:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
/* eslint-disable import/prefer-default-export */
|
|
|
|
export enum ErrorCode {
|
|
IsReadOnly = 'isReadOnly',
|
|
NotFound = 'notFound',
|
|
UnsupportedMimeType = 'unsupportedMimeType',
|
|
}
|