UNPKG

civ7-modding-tools

Version:
2 lines (1 loc) 101 B
export type TPartialRequired<T, K extends keyof T> = Partial<T> & { [P in K]-?: NonNullable<T[P]> };