UNPKG

@lingui/cli

Version:

CLI for working wit message catalogs

6 lines (5 loc) 241 B
import type { CatalogType } from "@lingui/conf"; export type { MessageOrigin, ExtractedMessageType, MessageType, ExtractedCatalogType, CatalogType, } from "@lingui/conf"; export type AllCatalogsType = { [locale: string]: CatalogType; };