export const groupUserRankSeed = {
  path: 'group-user-rank',
  templates: [{ rank: 'owner' }, { rank: 'admin' }, { rank: 'user' }]
}
