PartialItemTypetstype PartialItemType<Fields, PrimaryKey>: Pick<ItemType<Fields>, PrimaryKey> & Partial<Omit<ItemType<Fields>, PrimaryKey>>; Just like ItemType Type parameters Type parameterFields extends FieldsStructurePrimaryKey extends keyof Fields