Files
medusa-store/www/apps/resources/references/user/interfaces/user.UpdateInviteDTO/page.mdx
2024-07-01 16:02:36 +03:00

12 lines
671 B
Plaintext

---
displayed_sidebar: userReference
---
import { TypeList } from "docs-ui"
# UpdateInviteDTO
The attributes to update in the invite.
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the invite.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"accepted","type":"`boolean`","description":"Whether the invite is accepted.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="UpdateInviteDTO"/>