import { GlobalProps } from '../../../shared/global'; import { ActionProps, ActionSlots } from '../../../shared/action'; export type CustomerAccountActionProps = ActionProps & GlobalProps; export type CustomerAccountActionSlots = ActionSlots & GlobalProps;