TypeScript types for JMAP RFCs
npm install jmap-rfc-typesThis package contains TypeScript types modeled upon the JMAP[^1] RFCs.
| RFC | Types |
| ----------------------------------- | ------------------------------------ |
| [RFC 8620: JMAP][jmap-rfc] | jmap.ts |
| [RFC 8621: JMAP for Mail][mail-rfc] | jmap-mail.ts |
[jmap-rfc]: https://datatracker.ietf.org/doc/html/rfc8620
[mail-rfc]: https://datatracker.ietf.org/doc/html/rfc8621
[^1]: JSON Meta Application Protocol