impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

refactor: apply `#[ts(optional)` to relevant fields #190

Open Oran-Dan opened 2 months ago

Oran-Dan commented 2 months ago

Description

When using the #[ts(optional) attribute for fields in rust, the bindings will be produced much nicer for the frontend.

Motivation

Bindings will be easier to use in the frontend

Resources

No response

To-do List