UNPKG

graplix

Version:

Authorization framework for implementing Relation-based Access Control (ReBAC) with the Resolver (Inspired by [GraphQL](https://graphql.org))

7 lines (6 loc) 116 B
export type BaseEntityTypeMap = { [typeName: string]: { $type: string; [identifier: string]: any; }; };