Files
stale/src/interfaces/milestone.ts
T

4 lines
49 B
TypeScript
Raw Normal View History

export interface IMilestone {
title: string;
}