import { ResourceCustomAttributes } from '../templates'; class GroupCustomAttributes extends ResourceCustomAttributes { constructor(options) { super('groups', options); } } export default GroupCustomAttributes;