refactor(api_models): enhance accepted countries/currencies types (#807)

This commit is contained in:
ItsMeShashank
2023-03-28 17:01:02 +05:30
committed by GitHub
parent 97b95f0e4d
commit f9ef3135af
4 changed files with 69 additions and 78 deletions

View File

@ -137,6 +137,7 @@ pub enum ConnectorType {
serde::Serialize,
strum::Display,
strum::EnumString,
strum::EnumIter,
ToSchema,
frunk::LabelledGeneric,
)]