UNPKG

civ7-modding-tools

Version:
4 lines (3 loc) 73 B
export type TPartialNullable<T> = { [P in keyof T]?: T[P] | null; };