mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 06:09:02 +00:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
import type { Vocabulary } from "../types";
|
|
declare const draft2020Vocabularies: Vocabulary[];
|
|
export default draft2020Vocabularies;
|