Copy pageCopy pageCopy this page as Markdown for LLMsView as MarkdownView this page as plain textOpen in ClaudeAsk questions about this pageOpen in ChatGPTAsk questions about this pageOn this pagePartialtype Partial<T> = { [P in keyof T]?: T[P] }; Make all properties in T optional Type Parameters Type ParameterT