import type { MandatoryProps } from './utils';
export type PaymentMethodUpdatedData = MandatoryProps;
