Type alias ReportBucketFieldValue

ReportBucketFieldValue: {
    sourceValues: ReportBucketFieldSourceValue[];
    value: string;
}

Type declaration