UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

14 lines (12 loc) 227 B
import { LEX } from '..'; export interface IPolicy extends LEX { /** Path */ '#'?: LEX; /** Key */ '.'?: LEX; /** * Either Path string or Key string must * contain Certificate's Pub string */ '+'?: '*'; }