UNPKG

@logcomex/aylawc-core

Version:

An experimental library of web components

6 lines (5 loc) 215 B
import type { GenericObject } from './generic.interface'; export type URL = string; export type STRING_IN_JSON = string; export type TranslationObject = GenericObject; export type URLLanguageObject = GenericObject;