/** Period of Engagement */
export interface EngagementPeriod {
    /** End of the period */
    endDate?: string;
    /** Beginning of the period */
    startDate: string;
}
//# sourceMappingURL=EngagementPeriod.d.ts.map