UNPKG

98 BTypeScriptView Raw
1export interface IMilestone {
2 index: number;
3 data: {
4 [key: string]: any;
5 };
6}