import { HandlerFunction, ModelInstance } from 'ember-cli-mirage'; // Gets the top consumers aspect in the mirage scenario for top consumers export const getTopConsumers: HandlerFunction = (schema): ModelInstance => { return schema.topConsumers.first(); };