UNPKG

@openfga/syntax-transformer

Version:

Javascript implementation of ANTLR Grammar for the OpenFGA DSL and parser from and to the OpenFGA JSON Syntax

8 lines (7 loc) 132 B
export declare enum Keyword { SELF = "self", DEFINE = "DEFINE" } export declare enum ReservedKeywords { THIS = "this" }