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