Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 820 Bytes

updatecustomerpartner.md

File metadata and controls

23 lines (18 loc) · 820 Bytes

UpdateCustomerPartner

Example Usage

import { UpdateCustomerPartner } from "dub/models/operations";

let value: UpdateCustomerPartner = {
  id: "<id>",
  name: "<value>",
  email: "[email protected]",
  image: "https://picsum.photos/seed/vFzpoU/1471/1443",
};

Fields

Field Type Required Description
id string ✔️ N/A
name string ✔️ N/A
email string ✔️ N/A
image string ✔️ N/A