UNPKG

228 BTypeScriptView Raw
1import { ResourceMilestones } from '../templates';
2import { BaseServiceOptions } from '../infrastructure';
3export declare class ProjectMilestones extends ResourceMilestones {
4 constructor(options: BaseServiceOptions);
5}