1// @generated by jacquard-lexicon. DO NOT EDIT.
2//
3// Lexicon: tools.ozone.signature.defs
4//
5// This file was automatically generated from Lexicon schemas.
6// Any manual changes will be overwritten on the next regeneration.
7
8pub mod find_correlation;
9pub mod find_related_accounts;
10pub mod search_accounts;
11
12#[jacquard_derive::lexicon]
13#[derive(
14 serde::Serialize,
15 serde::Deserialize,
16 Debug,
17 Clone,
18 PartialEq,
19 Eq,
20 jacquard_derive::IntoStatic
21)]
22#[serde(rename_all = "camelCase")]
23pub struct SigDetail<'a> {
24 #[serde(borrow)]
25 pub property: jacquard_common::CowStr<'a>,
26 #[serde(borrow)]
27 pub value: jacquard_common::CowStr<'a>,
28}