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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";