@@ -19,7 +19,7 @@ module.exports = {
{
js: 'never',
jsx: 'never',
- ts: 'never',
+ ts: 'always',
tsx: 'never',
json: 'always',
},
@@ -144,7 +144,7 @@ export interface IPageCellObj {
}[];
}
export interface ICell {
- font: string;
+ font: string | IFontSubCollection;
control: IControlSubCollection|string;
style: string;
Value: number | string | null;