mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
d.ts update
This commit is contained in:
parent
1ea6c02b39
commit
3bc7ca0fde
4
types/flexmonster/index.d.ts
vendored
4
types/flexmonster/index.d.ts
vendored
@ -193,6 +193,8 @@ declare namespace Flexmonster {
|
||||
hash?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
requestHeader?: object;
|
||||
subquery?: string;
|
||||
}
|
||||
|
||||
interface Slice {
|
||||
@ -278,6 +280,7 @@ declare namespace Flexmonster {
|
||||
saveAllFormats?: boolean;
|
||||
showDrillThroughConfigurator?: boolean;
|
||||
grouping?: boolean;
|
||||
showAllFieldsDrillThrough?: boolean;
|
||||
}
|
||||
|
||||
interface PrintOptions {
|
||||
@ -345,6 +348,7 @@ declare namespace Flexmonster {
|
||||
useOlapFormattingInExcel?: boolean;
|
||||
useCustomizeCellForData?: boolean;
|
||||
excelExportAll?: boolean;
|
||||
requestHeader?: object;
|
||||
}
|
||||
|
||||
interface Hierarchy {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user