mirror of
https://github.com/actions/stale.git
synced 2026-01-01 22:07:35 +08:00
4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
|
|
export interface IMilestone {
|
||
|
|
title: string;
|
||
|
|
}
|