Type alias GetDataOptions
GetDataOptions: { from-date?: RFC3339Date | Date; outlier-window?: number; outliers?: "replace" | "mark"; to-date?: RFC3339Date | Date; } Type declaration
Optional
from-date?: RFC3339Date | Date
Optional
outlier-window?: number
Optional
outliers?: "replace" | "mark"
Optional
to-date?: RFC3339Date | Date