feat(core): Refactor project structure for better modularity and code organization
This commit is contained in:
8
ts_shared/interfaces/document.ts
Normal file
8
ts_shared/interfaces/document.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as translation from '../translation.js';
|
||||
|
||||
export interface IDocumentSettings {
|
||||
enableTopDraftText?: boolean;
|
||||
enableDefaultHeader?: boolean;
|
||||
enableDefaultFooter?: boolean;
|
||||
languageCode?: translation.TLanguageCode;
|
||||
}
|
Reference in New Issue
Block a user