UNPKG

graplix

Version:

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

2 lines (1 loc) 65 B
export type ValueOf<T extends {}> = T[Extract<keyof T, string>];