/** Structure holding the options for a service */
export interfaceOption {
/** Daily data points */
ddp: number;
/** Time of last modification */
lastModification: string;
/** Monthly active device streams */
mads: number;
}
//# sourceMappingURL=Option.d.ts.map