UNPKG

civ7-modding-tools

Version:
4 lines (3 loc) 134 B
export type TLocalizationProperties<T> = { [K in keyof T as T[K] extends Function ? never : K]: T[K]; } & { prefix?: string };