connectwise-rest
    Preparing search index...

    Function reportInterpolate

    • 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>[]