import { InviteStep } from './inviteStep'; export interface RoutingDetail { invite_steps: InviteStep[]; include_email_attachments: number; }