namespace ProtonVPN.OperatingSystems.WebAuthn.Interop.StructVersions;
///
/// Version of the WEBAUTHN_CLIENT_DATA structure, to allow for modifications in the future.
///
public enum ClientDataVersion : uint
{
/// Corresponds to WEBAUTHN_CLIENT_DATA_CURRENT_VERSION.
Current = PInvoke.WEBAUTHN_CLIENT_DATA_CURRENT_VERSION
}