PartialItemTypetstype PartialItemType<Fields, PrimaryKey>: Pick<ItemType<Fields>, PrimaryKey> & Partial<Omit<ItemType<Fields>, PrimaryKey>>; Just like ItemType Type parameters Type parameterFields extends FieldsStructurePrimaryKey extends keyof FieldsUpdated 4 months ago PanelConfigPatchItemsDid this page help you?YesNo