UNPKG

114 BTypeScriptView Raw
1import { Identity } from "./Identity";
2/**
3 * @public
4 */
5export interface AnonymousIdentity extends Identity {
6}