import { Injectable } from '@nestjs/common'; @Injectable() export class ClientUserService { getSyncDocIds(groupId:string, profileId:string):Array { return ['1', '2', '3'] } }