0
Fork 0
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:
wangsijie 2024-09-24 13:48:46 +08:00 committed by GitHub
parent f8fd52b2f8
commit 657236a492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).