@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias PivotListViewColumnElementResponse

    type PivotListViewColumnElementResponse = {
        count: number;
        max: string;
        min: string;
        sum?: bigint;
    }
    Index

    Properties

    Properties

    count: number
    max: string
    min: string
    sum?: bigint