UNPKG

immudb-node

Version:

Node.js SDK for immudb written in TypeScript

7 lines (6 loc) 152 B
export enum USER_PERMISSION { NONE = 0, READ_ONLY = 1, READ_WRITE = 2, } export { PermissionAction as USER_ACTION } from '../src/proto/schema_pb'