You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Fix types
This commit is contained in:
@@ -119,7 +119,7 @@ CREATE TABLE version (
|
||||
INSERT INTO version (version) VALUES (1);
|
||||
`;
|
||||
|
||||
interface TableField {
|
||||
export interface TableField {
|
||||
name: string;
|
||||
type: number;
|
||||
default: any;
|
||||
|
||||
Reference in New Issue
Block a user