mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
d.ts update
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user