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