mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(connector): add type list in readme (#6625)
This commit is contained in:
parent
f8fd52b2f8
commit
657236a492
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ The HTTP email connector will send the following payload to the endpoint when it
|
|||
}
|
||||
```
|
||||
|
||||
You can find the type definition of `SendMessageData` in [connector-kit](https://github.com/logto-io/logto/tree/master/packages/toolkit/connector-kit/src/types/passwordless.ts).
|
||||
You can find all of the types in https://docs.logto.io/docs/recipes/configure-connectors/email-connector/configure-popular-email-service/#email-template, and the full type definition of `SendMessageData` in [connector-kit](https://github.com/logto-io/logto/tree/master/packages/toolkit/connector-kit/src/types/passwordless.ts).
|
||||
|
|
Loading…
Reference in a new issue