// @todo TypeScript does not include type definitions for the Reporting API yet.
export interface IReportBody {
    [key: string]: any;
}
