connectwise-rest
Preparing search index...
utils
reportInterpolate
Function reportInterpolate
reportInterpolate
(
...
args
:
{
column_definitions
?:
{
[
key
:
string
]:
{
identityColumn
?:
boolean
;
isNullable
?:
boolean
;
type
?:
string
;
}
;
}
[]
;
row_values
?:
Record
<
string
,
never
>
[]
[]
;
}
[]
,
)
:
Record
<
string
,
unknown
>
[]
Transform a report column/value response object into an array
Parameters
...
args
:
{
column_definitions
?:
{
[
key
:
string
]:
{
identityColumn
?:
boolean
;
isNullable
?:
boolean
;
type
?:
string
;
}
;
}
[]
;
row_values
?:
Record
<
string
,
never
>
[]
[]
;
}
[]
Returns
Record
<
string
,
unknown
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
connectwise-rest
Loading...
Transform a report column/value response object into an array