Const
import { ActorT, Actor } from '@docmaps/sdk';
import { Validation } from 'io-ts';
const B: Validation<ActorT> = Actor.decode({
type: 'person',
name: 'John Doe'
});
0.1.0
TODO: support organizations, etc as Agents.
Generated using TypeDoc
A pro:Agent . Can be almost anything in theory, but currently only a Person.