generate references (#7882)
This commit is contained in:
@@ -6,4 +6,6 @@ import { TypeList } from "docs-ui"
|
||||
|
||||
# CreateInviteDTO
|
||||
|
||||
<TypeList types={[{"name":"email","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"accepted","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateInviteDTO"/>
|
||||
The invite to be created.
|
||||
|
||||
<TypeList types={[{"name":"email","type":"`string`","description":"The email 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="CreateInviteDTO"/>
|
||||
|
||||
Reference in New Issue
Block a user