mirror of
https://github.com/makeplane/plane.git
synced 2026-04-28 12:01:54 -05:00
fix-config_types (#7886)
This commit is contained in:
@@ -17,8 +17,8 @@ export type TFileHandler = {
|
||||
* @example enter 5242880(5 * 1024 * 1024) for 5MB
|
||||
*/
|
||||
maxFileSize: number;
|
||||
} & TExtendedFileHandler;
|
||||
};
|
||||
};
|
||||
} & TExtendedFileHandler;
|
||||
|
||||
export type TEditorFontStyle = "sans-serif" | "serif" | "monospace";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user