mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(roles): Add caching for custom roles (#3946)
This commit is contained in:
@ -128,8 +128,6 @@ pub struct SwitchMerchantIdRequest {
|
||||
pub merchant_id: String,
|
||||
}
|
||||
|
||||
pub type SwitchMerchantResponse = DashboardEntryResponse;
|
||||
|
||||
#[derive(serde::Deserialize, Debug, serde::Serialize)]
|
||||
pub struct CreateInternalUserRequest {
|
||||
pub name: Secret<String>,
|
||||
|
||||
Reference in New Issue
Block a user