@openfga/frontend-utils
Version:
Exposes helpful utilities for building authoring experiences of OpenFGA Models.
21 lines (20 loc) • 409 B
TypeScript
export declare enum Keyword {
TYPE = "type",
RELATIONS = "relations",
SELF = "self",
DEFINE = "define",
AS = "as",
OR = "or",
AND = "and",
FROM = "from",
WITH = "with",
BUT_NOT = "but not",
MODEL = "model",
SCHEMA = "schema",
MODULE = "module",
EXTEND = "extend",
CONDITION = "condition"
}
export declare enum ReservedKeywords {
THIS = "this"
}