UNPKG

@rr0/lang

Version:

Language and translation

7 lines (6 loc) 180 B
import { KeyValue } from "@rr0/common"; import { Grammar } from "./Grammar.js"; export interface Language<M extends KeyValue = KeyValue> { messages: M; grammar: Grammar; }