Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pods/agent/AgentJsonParser"

Index

Variables

Dict

Dict: any

Const agentKeys

agentKeys: Set<keyof Agent> = new Set(requiredKeys.concat(optionalKeys))

Const optionalKeys

optionalKeys: keyof Agent[] = [ 'name', 'email' ]

Const requiredKeys

requiredKeys: keyof Agent[] = [ 'login', 'webId' ]