/** * Mediation roles based on the flow defined in RFC 0211. * * @see https://github.com/hyperledger/aries-rfcs/tree/master/features/0211-route-coordination/README.md */ export enum MediationRole { Mediator = 'MEDIATOR', Recipient = 'RECIPIENT', }