import { Group } from '../entities/group.entity'; export const groups = [ new Group('4EC9', 'Group One'), new Group('A827', 'Group Two'), ];