1 2 3 4 5
use super::create_card::CreateCard; // NOTE: for now, the update flow is exactly the same as the create // one, so we just alias it pub type UpdateCard = CreateCard;