jazz-nodejs

Context Creation

startWorker<Acc>({ accountID?, accountSecret?, syncServer?, AccountSchema? }): Promise<{ worker: Acc, done: () => void }>
{ accountID: string, accountSecret: string, syncServer: string, AccountSchema: AccountClass<Acc> }