Type alias ReportBucketFieldSourceValue
ReportBucketFieldSourceValue: {
from?: string | null;
sourceValue?: string | null;
to?: string | null;
}
Type declaration
Optional from?: string | null
Optional sourceValue?: string | null
Optional to?: string | null