bitwarden_uniffi/
uniffi_support.rs

1use bitwarden_crypto::safe;
2use uuid::Uuid;
3
4// Forward the type definitions to the main bitwarden crate
5type DateTime = chrono::DateTime<chrono::Utc>;
6uniffi::use_remote_type!(bitwarden_core::DateTime);
7
8uniffi::use_remote_type!(bitwarden_core::Uuid);
9
10uniffi::use_remote_type!(bitwarden_crypto::safe::PasswordProtectedKeyEnvelope);