UNPKG

@anoki/fse-common

Version:

Common types for FSE

5 lines (4 loc) 79 B
export type WithTranslations<TFields> = { it: TFields; en: TFields; };