import { IUsageData } from '../.'; export default interface StorageUsage extends IUsageData { readonly terabyteHours: number; }