mirror of
https://github.com/actions/stale.git
synced 2025-12-28 11:08:18 +00:00
4 lines
44 B
TypeScript
4 lines
44 B
TypeScript
export interface ILabel {
|
|
name: string;
|
|
}
|