export default interface Report {
    category: string;
    embedCode: string;
    name: string;
}
