fix-config_types (#7886)

This commit is contained in:
Vipin Chaudhary
2025-10-01 16:24:58 +05:30
committed by GitHub
parent 931a48d7d7
commit 794271ac17
+2 -2
View File
@@ -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";