import { UpdateCustomerPartner } from "dub/models/operations";
let value: UpdateCustomerPartner = {
id: "<id>",
name: "<value>",
email: "[email protected]",
image: "https://picsum.photos/seed/vFzpoU/1471/1443",
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |
email |
string | ✔️ | N/A |
image |
string | ✔️ | N/A |