import { UsageResponse } from './usageResponse'; export interface DefaultUsageResponse { data?: UsageResponse; errorCode?: number; errorMessage?: string; }